timv is a Terminal Image Viewer
wget https://raw.githubusercontent.com/ThiBsc/timv/master/timv.py
mv timv.py /usr/local/bin/timv.py
Add to your ~/.bash_aliases
this line:
alias timv="python3 /usr/local/bin/timv.py"
Load your aliases:
source ~/.bash_aliases
timv [OPTION] images
-l, --label Display file name
-p, --percent Output percentage
Ex. timv -l -p 50 image.jpg
Here an sample output:
timv -l ~/Images/perroquet.jpg