mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 21:49:27 +01:00
Create README.md
This commit is contained in:
parent
51cee47684
commit
13d5126918
1 changed files with 27 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<h1 align=center> <img src="https://user-images.githubusercontent.com/11352152/82113733-3f9c9800-9726-11ea-977d-a2f43e5d392e.png" width=64 align=top /><br/>handlr</h1>
|
||||||
|
|
||||||
|
Manage your default applications with ease using `handlr`!
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Set default handler by extension or mime-type
|
||||||
|
- Open path/url with default handler (like xdg-open)
|
||||||
|
- List default associations
|
||||||
|
- Automatically removes invalid/wrong `.desktop` entries
|
||||||
|
|
||||||
|
### Compared to `xdg-open` and `xdg-mime`:
|
||||||
|
- 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
|
||||||
|
- Superb autocomplete experience, including mimes, extensions, and `.desktop` files
|
||||||
|
- Optional json output for commands like `get`
|
||||||
|
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|
|
||||||
|
<table><tr><td>
|
||||||
|
<img src=https://user-images.githubusercontent.com/11352152/82114001-f1889400-9727-11ea-8792-801041acd3f3.png width=500>
|
||||||
|
</td><td>
|
||||||
|
<img width=450 src=https://user-images.githubusercontent.com/11352152/82113897-45df4400-9727-11ea-8f9b-ec0973178b9c.png>
|
||||||
|
</td></tr></table>
|
||||||
|
|
||||||
|
### Attr
|
||||||
|
Icons made by <a href="https://www.flaticon.com/authors/eucalyp" title="Eucalyp">Eucalyp</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
|
Loading…
Reference in a new issue