init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
34
technology/applications/cli/handlr.md
Normal file
34
technology/applications/cli/handlr.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
obj: application
|
||||
os: linux
|
||||
repo: https://github.com/chmln/handlr
|
||||
---
|
||||
# Handlr
|
||||
Manage your default applications with ease using `handlr`!
|
||||
|
||||
Open files in default application:
|
||||
```shell
|
||||
handlr open <file>
|
||||
```
|
||||
|
||||
List default apps:
|
||||
```shell
|
||||
handlr list
|
||||
```
|
||||
|
||||
Get default app:
|
||||
```sh
|
||||
handlr get .png
|
||||
```
|
||||
|
||||
Set default apps:
|
||||
```sh
|
||||
# Set default handler for png files
|
||||
handlr set .png feh.desktop
|
||||
|
||||
# Set wildcard handler for all text files
|
||||
handlr set 'text/*' nvim.desktop
|
||||
|
||||
# Set default handler based on mime
|
||||
handlr set application/pdf evince.desktop
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue