Skip to content

inouire/climage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

climage (eyes for your shell)

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 example

Requirements

climage needs:

  • python2
  • python-imaging
  • bash

Usage

./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.

Clean setup

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

About

Eyes for your shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages