Skip to content
/ QtFind Public

graphical interface for the powerful command find

License

Notifications You must be signed in to change notification settings

amad3v/QtFind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtFind

QtFind Logo

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 of setup.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

🔍 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.

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):

dark theme

Default theme:

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 ©️ 2019 - amad3v

About

graphical interface for the powerful command find

Resources

License

Stars

Watchers

Forks

Packages

No packages published