open/README.md

14 lines
480 B
Markdown
Raw Permalink Normal View History

2021-06-23 16:33:25 -04:00
# open
An opinionated, friendly alternative to `xdg-open` focused on opening files from a
terminal. Easily understandable and configurable with a simple toml file.
2021-06-23 16:33:25 -04:00
2023-07-05 21:16:02 -04:00
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