Imgcat: Difference between revisions

From wikinotes
(Created page with "Render an image in a terminal. = Install = <blockquote> <syntaxhighlight lang="bash"> aura -A imgcat </syntaxhighlight> </blockquote><!-- Install --> = Usage = <blockquote>...")
 
Line 12: Line 12:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
imgcat foo.png
imgcat foo.png
imgcat *.png # j/k up/down to change images
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Revision as of 23:34, 25 September 2021

Render an image in a terminal.

Install

aura -A imgcat

Usage

imgcat foo.png

imgcat *.png # j/k up/down to change images