updated description to better reflect what open is
This commit is contained in:
parent
17a05cf2c5
commit
adf2bc762d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue