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>...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Render an image in a terminal.
Render an image in a terminal.
= Documentation =
<blockquote>
{| class="wikitable"
|-
| github || https://github.com/trashhalo/imgcat
|-
|}
</blockquote><!-- Documentation -->


= Install =
= Install =
Line 12: Line 21:
<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 -->

Latest revision as of 00:34, 26 September 2021

Render an image in a terminal.

Documentation

github https://github.com/trashhalo/imgcat

Install

aura -A imgcat

Usage

imgcat foo.png

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