From 62146a790b7d11949dc987414d12c4eb4919e521 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 14 Apr 2022 00:58:03 +0200 Subject: Basic features --- clients/cli/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 clients/cli/README.md (limited to 'clients/cli/README.md') diff --git a/clients/cli/README.md b/clients/cli/README.md new file mode 100644 index 0000000..ced2f31 --- /dev/null +++ b/clients/cli/README.md @@ -0,0 +1,18 @@ +# Save CLI + +## Requirements + +- `curl`, `sh`, `awk` (unix utilities) +- `jq` (JSON parser) +- `dmenu` (file selection menu; env-specifiable) +- `xclip` (copy to clipboard; env-specifiable) + +## Docs + +- see `./save -h` and source-code + +## Installation + +Just move the `save` script somewhere into your `$PATH` (e.g. +`~/.local/bin` `/usr/local/bin`). Also make sure that it's executable +(`chmod +x save`). -- cgit v1.2.3