Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 724 Bytes

README.org

File metadata and controls

41 lines (24 loc) · 724 Bytes

ipickme

Image file picker for shell scripts.

Usage

Like you would use Kdialog or Zenity.

Pass it as arguments, paths of different images, and it will show you thumbnails of them where you can pick one. Pick one and his path will be printed to stdout. Or press ESC to exit and return nothing.

> ./ipickme /some/path/image1.jpg /some/path/image2.jpg
/some/path/image2.jpg

Installation

  • Linux build and runtime dependencies:
    • GTK3

Prebuild

Manual

  • Use the Makefile provided
    > make
        

License

MIT

Copyright (c) 2022 azimut <[email protected]>