![logo](https://private-user-images.githubusercontent.com/20579136/300222792-c6d045d4-f671-4aaf-a1ff-4cadab79b62c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzM3NDUsIm5iZiI6MTczOTQ3MzQ0NSwicGF0aCI6Ii8yMDU3OTEzNi8zMDAyMjI3OTItYzZkMDQ1ZDQtZjY3MS00YWFmLWExZmYtNGNhZGFiNzliNjJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE5MDQwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM5ZGVhMTY1M2ZiZDdjMDUzODNlMWVmMTZjYTgxOTEzYTUyMWY3NmQ5YWNhY2VkZmNjZGFhNjQwYTFlZDAyZmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.SEg0pvpVgfAAbyqqhNGmBgDpTHyvJwv4fLgHpli0weE)
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.