
viu
List of commands for viu:
-
viu:tldr:7aff7 viu: Render an image or GIF and display its file name.$ viu -n ${filename}try on your machineexplain this command
-
viu:tldr:85a52 viu: Render an image with a transparent background.$ viu -t ${filename}try on your machineexplain this command
-
viu:tldr:8aa97 viu: Render an image or animated GIF.$ viu ${filename}try on your machineexplain this command
-
viu:tldr:c8751 viu: Render an image with a specific width and height in pixels.$ viu -w ${width} -h ${height} ${filename}try on your machineexplain this command
-
viu:tldr:d4cbc viu: Render an image or GIF from the internet using `curl`.$ curl -s ${https:--example-com-image-png} | viu -try on your machineexplain this command