graphical interface for the powerful command find
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.
🔍 QtFind is a graphical interface for the powerful command find.
🔍 QtFind is designed with new comers to linux in mind.
🔍 QtFind also reveals the full command of the selected combination.
🔍 QtFind is made with PyQt5
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.
This program comes with absolutely no warranty. See the GNU General Public Licence, version 3 or later for details.
- Default and dark (4 tones) themes
- Show/Copy constructed command
- Interrupt search
- Most of find options available (refer to
man find
for more information)
https://github.com/amad3v/QtFind/issues
Dark theme (tone: green):
Default theme:
- 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 ©️ 2019 - amad3v