# 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`).