From 357fac445fb99775d7af4b39b4f8e394a2564330 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 4 Jul 2021 14:27:16 -0400 Subject: [PATCH] updated README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 71c4db8..0e8b470 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # open -This is a Rust rewrite of my `open` script from my shell scripts. It's written to be faster and more customizable; it now features "local" 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 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. For example, for @@ -23,4 +23,3 @@ shell = true I can use `open` to open the directory in Atom, or I could use `open src/main.rs` to open `main.rs` in Atom, and I can specify these on a per-project basis. For directories with a local config, any missing values will be filled in by the global config (`~/.config/open.conf`), which means local configs can be shorter. -