System Grab Bag

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

handlr

Manage your default applications. More information: https://github.com/chmln/handlr.
  • Open a URL in the default application:
    handlr open {{https://example.com}}
  • Open a PDF in the default PDF viewer:
    handlr open {{path/to/file.pdf}}
  • Set imv as the default application for PNG files:
    handlr set {{.png}} {{imv.desktop}}
  • Set MPV as the default application for all audio files:
    handlr set {{'audio/*'}} {{mpv.desktop}}
  • List all default apps:
    handlr list
  • Print the default application for PNG files:
    handlr get {{.png}}

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.