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?
Asked
Active
Viewed 2.0k times
3 Answers
9
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/*
grawity
- 501,077
-1
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.
Rob
- 2,422
