GTKfindit -lightweight file search shell for find

Filemanagers, partitioning tools, etc.
Post Reply
Message
Author
TecnoGuy458
Posts: 123
Joined: Mon 26 Jan 2015, 20:38
Location: Ohio

GTKfindit -lightweight file search shell for find

#1 Post by TecnoGuy458 »

GTKfindit is a simple file search shell for find

no fancy bells and whistles,
it lets you search for a file string (wildcards like ? and * can be used)
under the directory you specify.

results are presented in the form of a text file (see below)

the .PET is attached below.

GITHUB: https://github.com/ThomasTheSpaceFox/GTKfindit

WIKI: https://github.com/ThomasTheSpaceFox/GTKfindit/wiki

note that sub-directories are included in the search.

basically GTKfindit is a shell for the program find

it has a dialog which you enter a file name search string and a directory to search under

a terminal emulator window will appear while searching is in progress

then the results appear in a text file called

Code: Select all

results.txt
in the chosen text editor (default in the puppy Linux package is to use your default text editor)
Attachments
GTKfindit-v1.0.0.pet
(15.73 KiB) Downloaded 247 times
Last edited by TecnoGuy458 on Tue 22 Sep 2015, 02:45, edited 1 time in total.

TecnoGuy458
Posts: 123
Joined: Mon 26 Jan 2015, 20:38
Location: Ohio

GTKfindit -lightweight file search shell for find

#2 Post by TecnoGuy458 »

screenshot of search dialog:
Attachments
capture20008.png
(10.13 KiB) Downloaded 229 times

Post Reply