I have ssh access to my web server. I have some image files there and I would like to see a preview of. Is there a tool that will help me? Is there a curses-based viewer that will approximate the picture?

link|improve this question

80% accept rate
feedback

3 Answers

up vote 12 down vote accepted

Oh yes

enter image description here

link|improve this answer
1  
I'd +10 this if I could... LOL! Good answer! – skub Jan 16 at 0:10
aview is awesome! Is there any particular difference between the formats .p[ngbp]m? – hesse Jan 16 at 0:19
feedback

The libcaca library comes with img2txt and cacaview tools for this. In color.

One can watch movies through it as well:

mplayer -really-quiet -vo caca ~/Movies/*
link|improve this answer
feedback

there's also fbi if you have frame buffer enabled. IDK if it would work over SSH, but I can view pictures from TTY without having X enabled with it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.