summaryrefslogtreecommitdiff
path: root/clients/cli/README.md
blob: ced2f3110bf77ef5cfa19ff29dcc3877ff277b61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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`).