System Grab Bag

View all TLDR pages from common (or from all pages)

viu

View images on the terminal. More information: https://github.com/atanunq/viu.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.