Skip to content

azimut/ipickme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]>