stefanhaustein / TerminalImageViewer

Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
Other
1.56k stars 111 forks source link

option to select the number of images displayed in "directory preview" mode #7

Closed nkh closed 8 years ago

nkh commented 8 years ago

an option to force the number of images displayed side by side, default seems to be 4 but I'd like to force it to 3 or 2

stefanhaustein commented 8 years ago

Please use the new -c parameter (=columns) for this.

nkh commented 8 years ago

does not work on my box

java TerminalImageViewer -c 2 ~/nadim/downloads/* shows 4 columns

java TerminalImageViewer -c 2 ~/nadim/downloads shows one empty row