QtFind
graphical interface for the powerful command find
Installation
pip install qtfind
To avoid running the app from the command line, you need to add it to your apps menu:
- Download this script
- Open the terminal and
cd
to the location ofsetup.sh
- run:
chmod u+x setup.sh
- run:
./setup.sh
Head to your apps menu, type qtfind or you can find it under Accessories.
Description
from the man page
GNU find searches the directory tree rooted at each given file name by evaluating the given expression from left to right, according to the rules of precedence.
License
This program comes with absolutely no warranty. See the GNU General Public Licence, version 3 or later for details.
Features
- Default and dark (4 tones) themes
- Show/Copy constructed command
- Interrupt search
- Most of find options available (refer to
man find
for more information)
Report a bug
https://github.com/amad3v/QtFind/issues
Screenshots
Dark theme (tone: green):
Default theme:
Changelog
- 1.0.3:
- Added About Qt
- Minor changes
- 1.0.2:
- Fixed issue saving settings in different Linux distros (dbm related)
- 1.0.1:
- Clean-up code
- 1.0:
- Initial release
Copyright