-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

viu


> A small command-line application to view images from the terminal.

More information.


Render an image or animated GIF:

viu {path/to/file}

Render an image or GIF from the internet using `curl`:

curl -s {https://example.com/image.png} | viu -

Render an image with a transparent background:

viu -t {path/to/file}

Render an image with a specific width and height in pixels:

viu -w {width} -h {height} {path/to/file}

Render an image or GIF and display its file name:

viu -n {path/to/file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:16:58 2024