Merge branch 'master' of github.com:chmln/handlr

This commit is contained in:
Gregory 2020-05-22 19:36:28 -04:00
commit 2b4c2e7306
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2

View file

@ -54,7 +54,25 @@ handlr launch x-scheme-handler/https -- https://google.ca
## Installation
While packages for distributions are pending,
### Arch Linux
```sh
yay -S handlr-bin
```
Optionally you can also install `xdg-utils-handlr` to replace `xdg-open`:
```sh
yay -S xdg-utils-handlr
```
### Rust/Cargo
```sh
cargo install handlr
```
### Binaries
1. Download the latest [release binary](https://github.com/chmln/handlr/releases) and put it somewhere in `$PATH`
2. Download completions:
@ -62,14 +80,6 @@ While packages for distributions are pending,
curl https://raw.githubusercontent.com/chmln/handlr/master/completions/handlr.fish --create-dirs -o ~/.config/fish/completions/handlr.fish
```
---
Alternatively, you can install with `cargo`:
```sh
cargo install handlr
```
## 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>