System Grab Bag

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

xdg-open

Opens a file or URL in the user's preferred application. More information: https://portland.freedesktop.org/doc/xdg-open.html.
  • Open the current directory in the default file explorer:
    xdg-open .
  • Open a URL in the default browser:
    xdg-open {{https://example.com}}
  • Open an image in the default image viewer:
    xdg-open {{path/to/image}}
  • Open a PDF in the default PDF viewer:
    xdg-open {{path/to/pdf}}
  • Display help:
    xdg-open --help

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.