Update README.md

This commit is contained in:
Gregory 2020-05-16 03:56:03 -04:00 committed by GitHub
parent 13d5126918
commit 5e542feea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`