This application is a part of the nwg-shell project.
I was looking for a GTK icon browser with a good textual search feature. It turned out to be easier to write one in 200 SLOC.
This program is intended to work as the icon picker for nwg-panel, but it may be used standalone. It displays a window to choose an icon with a textual search entry, and returns the icon name. You can also open a file from the search result in GIMP or Inkscape - if installed.
Find a package in your Linux distribution repositories, if possible.
Otherwise, you may install manually:
- gtk3
- python (python3)
- python-gobject
- python-setuptools (make)
Clone this repository, and execute the install.sh
script.