logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Manage Default Apps - Control Application Settings | Online Free DevTools by Hexmos

Manage default applications with handlr. Set, get, and list default applications for different file types easily. Free online tool, no registration required.

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}}

See Also