Options (5)
-s, --silentbooleanRender an image or GIF from the internet using `curl`
Example:
curl {{[-s|--silent]}} {{https://example.com/image.png}} | viu --t, --transparentbooleanRender an image with a transparent background
Example:
viu {{[-t|--transparent]}} {{path/to/file}}-w, --widthbooleanRender an image with a specific width and height in pixels
Example:
viu {{[-w|--width]}} {{width}} {{[-h|--height]}} {{height}} {{path/to/file}}-h, --heightbooleanRender an image with a specific width and height in pixels
Example:
viu {{[-w|--width]}} {{width}} {{[-h|--height]}} {{height}} {{path/to/file}}-n, --namebooleanRender an image or GIF and display its file name
Example:
viu {{[-n|--name]}} {{path/to/file}}Examples (5)
Render an image or animated GIF
viu path/to/fileRender an image or GIF from the internet using `curl`
Render an image with a transparent background
viu [-t|--transparent] path/to/fileRender an image with a specific width and height in pixels
viu [-w|--width] width [-h|--height] height path/to/fileRender an image or GIF and display its file name
viu [-n|--name] path/to/filemade by @shridhargupta | data from tldr-pages