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
c99fa5ad80
commit
b9ea62f26c
1 changed files with 18 additions and 6 deletions
24
README.md
24
README.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
Manage your default applications with ease using `handlr`!
|
||||
|
||||
### Features
|
||||
## Features
|
||||
|
||||
- Set default handler by extension or mime-type
|
||||
- Open path/url with default handler (like xdg-open)
|
||||
|
@ -10,20 +10,32 @@ Manage your default applications with ease using `handlr`!
|
|||
- Automatically removes invalid/wrong `.desktop` entries from `mimeapps.list`
|
||||
- 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**
|
||||
- useful for common tasks like setting a handler for png/docx/etc files
|
||||
- Superb autocomplete (currently just fish), including mimes, extensions, and `.desktop` files
|
||||
- Optional json output for commands like `get`
|
||||
|
||||
|
||||
### Screenshots
|
||||
## Screenshots
|
||||
|
||||
<table><tr><td>
|
||||
<img src=https://user-images.githubusercontent.com/11352152/82158910-dc5f5280-9858-11ea-9acf-afa9807ba80d.png width=500>
|
||||
<img src=https://user-images.githubusercontent.com/11352152/82159698-2434a880-985e-11ea-95c7-a07694ea9691.png width=500>
|
||||
</td><td>
|
||||
<img width=450 src=https://user-images.githubusercontent.com/11352152/82158912-dcf7e900-9858-11ea-811e-a16221e5ea9f.png>
|
||||
<img width=450 src=https://user-images.githubusercontent.com/11352152/82159699-2434a880-985e-11ea-9493-c21773093c38.png>
|
||||
</td></tr></table>
|
||||
|
||||
### Attr
|
||||
## Installation
|
||||
|
||||
Just download the latest [release binary](https://github.com/chmln/handlr/releases).
|
||||
|
||||
---
|
||||
|
||||
Alternatively, you can install with `cargo`:
|
||||
|
||||
```sh
|
||||
cargo install handlr
|
||||
```
|
||||
|
||||
#### Icon Attribution
|
||||
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