From 13d5126918b7de3c31406a0520add1ff14619db9 Mon Sep 17 00:00:00 2001 From: Gregory Date: Sat, 16 May 2020 03:55:08 -0400 Subject: [PATCH 1/3] Create README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9635ab --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +


handlr

+ +Manage your default applications with ease using `handlr`! + +### Features +- Set default handler by extension or mime-type +- Open path/url with default handler (like xdg-open) +- List default associations +- Automatically removes invalid/wrong `.desktop` entries + +### Compared to `xdg-open` and `xdg-mime`: +- Can operate on extensions, no need to look up or remember mime types + - useful for common tasks like setting a handler for png/docx/etc files +- Superb autocomplete experience, including mimes, extensions, and `.desktop` files +- Optional json output for commands like `get` + + +### Screenshots + +
+ + + +
+ +### Attr +Icons made by Eucalyp from www.flaticon.com From 5e542feea25f0f13f42d975c7aa021eeae9e0577 Mon Sep 17 00:00:00 2001 From: Gregory Date: Sat, 16 May 2020 03:56:03 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9635ab..be34f8a 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ Manage your default applications with ease using `handlr`! ### Features + - Set default handler by extension or mime-type - Open path/url with default handler (like xdg-open) - List default associations - Automatically removes invalid/wrong `.desktop` entries +- Simply a great command-line experience ### Compared to `xdg-open` and `xdg-mime`: -- Can operate on extensions, no need to look up or remember mime types +- Can operate on extensions, **no need to look up or remember mime types** - useful for common tasks like setting a handler for png/docx/etc files - Superb autocomplete experience, including mimes, extensions, and `.desktop` files - Optional json output for commands like `get` From 38cd0732933b31203e8a78759a127a5ed6a56de3 Mon Sep 17 00:00:00 2001 From: Gregory Date: Sat, 16 May 2020 03:56:57 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be34f8a..158f63a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Manage your default applications with ease using `handlr`! ### Compared to `xdg-open` and `xdg-mime`: - Can operate on extensions, **no need to look up or remember mime types** - useful for common tasks like setting a handler for png/docx/etc files -- Superb autocomplete experience, including mimes, extensions, and `.desktop` files +- Superb autocomplete (currently just fish), including mimes, extensions, and `.desktop` files - Optional json output for commands like `get`