climage is a small python program that allows you to display pictures with 256 colors, in a shell. You can choose to display a single picture or the whole content of a folder.
climage needs:
- python2
- python-imaging
- bash
./climage.sh [arg]
where [arg] can be [image file] or [folder] or [id]
-
[image file] is the absolute or relative path to a png/jpg/tiff/bmp... file (see Python Imaging documentation to know all supported formats)
-
[folder] is the absolute or relative path to a folder. Files which are not recognized as pictures will be ignored.
-
[id] is the number diplayed next to each picture's name when using climage on a folder. Using an id is a fast and easy way to focus on a peculiar picture.
Clone climage repository somewhere on your disk
git clone https://github.com/inouire/climage.git
If needed, make the main script executable
chmod +x climage.sh
Create an alias for climage script by adding the following line to your ~/.bashrc file
alias img='/path/to/climage/climage.sh'
Alias 'img' is now available on your system. Enjoy browsing some pictures from your terminal:
img /home/edouard/Images/holydays
img 2
img test_picture.jpeg