handlr/README.md

69 lines
2.2 KiB
Markdown
Raw Normal View History

2020-05-16 09:55:08 +02:00
<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`!
2020-05-17 22:50:57 +02:00
## Features
2020-05-16 09:56:03 +02:00
2020-05-16 09:55:08 +02:00
- Set default handler by extension or mime-type
2020-05-17 23:01:37 +02:00
- Intelligent mime type detection from files based on extension and content
- Mime-type validation against a massive database
2020-05-16 09:55:08 +02:00
- List default associations
2020-05-17 22:13:51 +02:00
- Automatically removes invalid/wrong `.desktop` entries from `mimeapps.list`
2020-05-17 23:01:37 +02:00
- Helper commands like `launch`, `get --json` for your scripting needs
- Unnecessarily fast (written in Rust)
- Single compiled binary with no dependencies
2020-05-16 09:55:08 +02:00
2020-05-17 23:01:37 +02:00
## Usage
```sh
# Open a file/URL
handlr open ~/.dotfiles/pacman/packages.txt
handlr open https://google.ca
# Set default handler for png files
handlr set .png feh.desktop
# Set default handler based on mime
handlr set application/pdf evince.desktop
# List default apps
handlr list
# Get the handler for a mime/extension
$ handlr get .png
feh.desktop
# Launch a handler with given path/URL
handlr launch x-scheme-handler/https -- https://google.ca
```
## Compared to `xdg-utils`
2020-05-17 23:35:53 +02:00
- Far easier to use with simple commands like `get`, `set`, `list`
2020-05-16 09:56:03 +02:00
- Can operate on extensions, **no need to look up or remember mime types**
2020-05-16 09:55:08 +02:00
- useful for common tasks like setting a handler for png/docx/etc files
2020-05-16 09:56:57 +02:00
- Superb autocomplete (currently just fish), including mimes, extensions, and `.desktop` files
2020-05-16 09:55:08 +02:00
- Optional json output for commands like `get`
2020-05-17 22:50:57 +02:00
## Screenshots
2020-05-16 09:55:08 +02:00
<table><tr><td>
2020-05-17 22:50:57 +02:00
<img src=https://user-images.githubusercontent.com/11352152/82159698-2434a880-985e-11ea-95c7-a07694ea9691.png width=500>
2020-05-16 09:55:08 +02:00
</td><td>
2020-05-17 22:50:57 +02:00
<img width=450 src=https://user-images.githubusercontent.com/11352152/82159699-2434a880-985e-11ea-9493-c21773093c38.png>
2020-05-16 09:55:08 +02:00
</td></tr></table>
2020-05-17 22:50:57 +02:00
## Installation
Just download the latest [release binary](https://github.com/chmln/handlr/releases).
---
Alternatively, you can install with `cargo`:
```sh
cargo install handlr
```
2020-05-17 23:01:37 +02:00
## Icon Attribution
2020-05-16 09:55:08 +02:00
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>