updated description to better reflect what open is

This commit is contained in:
Valerie Wolfe 2022-02-20 22:47:08 -05:00
parent 17a05cf2c5
commit adf2bc762d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# open
A Rust implementation of MacOS's `open` command (`xdg-open`). It's written to be quickly and easily customizable, features separate local and global configs, and a zero-operand command allowing the user to specify how files should be opened differently, and for opening a project, etc.
A Rust reimplementation of `xdg-open` command. It's written to be quickly and easily customizable, features separate local and global configs, and a zero-operand command allowing the user to specify how files should be opened differently, and for opening a project, etc.
For example, for

View file

@ -24,7 +24,7 @@ fn main() {
"--help" => {
println!("open v0.5.0
Valerie Wolfe <sleeplessval@gmail.com>
A Linux implementation of the \"open\" command on Mac OS written in Rust and easily configurable.
A Rust reimplementation of \"xdg-open\" configurable with a toml file.
USAGE:
open [FLAGS] [OPERAND]