diff options
author | Marvin Borner | 2022-04-14 00:58:03 +0200 |
---|---|---|
committer | Marvin Borner | 2022-04-14 00:58:03 +0200 |
commit | 62146a790b7d11949dc987414d12c4eb4919e521 (patch) | |
tree | 931f1f38f07937e7764253304eb64cb519bc2fec /clients/cli/README.md |
Diffstat (limited to 'clients/cli/README.md')
-rw-r--r-- | clients/cli/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
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`). |