updated README
This commit is contained in:
parent
c0c9fc2813
commit
6526bedce3
1 changed files with 8 additions and 0 deletions
|
@ -3,3 +3,11 @@
|
|||
An opinionated, friendly alternative to `xdg-open` focused on opening files from a
|
||||
terminal. Easily understandable and configurable with a simple toml file.
|
||||
|
||||
Does technically break convention. If you're using the `open` shell builtin, or
|
||||
otherwise care about compliance, consider installing under a different binary name.
|
||||
|
||||
## Libraries
|
||||
|
||||
- [pico-args](https://crates.io/crates/pico-args) — argument parsing
|
||||
- [toml](https://crates.io/crates/toml) — TOML file parsing
|
||||
|
||||
|
|
Loading…
Reference in a new issue