Image file picker for shell scripts.
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
- Linux build and runtime dependencies:
- GTK3
- Use Linux prebuild releases
- Use the Makefile provided
> make
MIT
Copyright (c) 2022 azimut <[email protected]>