2025-03-14 21:59:59 -06:00
|
|
|
# handlr
|
|
|
|
|
|
|
|
|
|
> Manage your default applications.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://github.com/chmln/handlr#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`handlr set '{{audio/*}}' {{mpv.desktop}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List all default apps:
|
|
|
|
|
|
|
|
|
|
`handlr list`
|
|
|
|
|
|
|
|
|
|
- Print the default application for PNG files:
|
|
|
|
|
|
|
|
|
|
`handlr get {{.png}}`
|