mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 21:49:27 +01:00
Update README.md
This commit is contained in:
parent
13d5126918
commit
5e542feea2
1 changed files with 3 additions and 1 deletions
|
@ -3,13 +3,15 @@
|
||||||
Manage your default applications with ease using `handlr`!
|
Manage your default applications with ease using `handlr`!
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Set default handler by extension or mime-type
|
- Set default handler by extension or mime-type
|
||||||
- Open path/url with default handler (like xdg-open)
|
- Open path/url with default handler (like xdg-open)
|
||||||
- List default associations
|
- List default associations
|
||||||
- Automatically removes invalid/wrong `.desktop` entries
|
- Automatically removes invalid/wrong `.desktop` entries
|
||||||
|
- Simply a great command-line experience
|
||||||
|
|
||||||
### Compared to `xdg-open` and `xdg-mime`:
|
### Compared to `xdg-open` and `xdg-mime`:
|
||||||
- Can operate on extensions, no need to look up or remember mime types
|
- Can operate on extensions, **no need to look up or remember mime types**
|
||||||
- useful for common tasks like setting a handler for png/docx/etc files
|
- useful for common tasks like setting a handler for png/docx/etc files
|
||||||
- Superb autocomplete experience, including mimes, extensions, and `.desktop` files
|
- Superb autocomplete experience, including mimes, extensions, and `.desktop` files
|
||||||
- Optional json output for commands like `get`
|
- Optional json output for commands like `get`
|
||||||
|
|
Loading…
Reference in a new issue