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?
-
3
-
aviewis awesome! Is there any particular difference between the formats.p[ngbp]m? – user111228 Jan 16 '12 at 0:19 -
-
-
@RedGrittyBrick : Nice, but most screen can display colours today. (this include ssh and ncurses) – user2284570 Aug 2 '14 at 13:12
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/*
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.
-
-
1Yeah. I know a lot more about what's going with my stuff than I did over a year ago. – Rob Aug 19 '13 at 15:42
