A command line client for shortcut-pages, written in Golang.
Install from source:
sudo curl -sSL https://github.com/mt-empty/shortcut-go-client/releases/latest/download/shortcut -o /usr/local/bin/shortcut && \
sudo chmod +x /usr/local/bin/shortcut && \
sudo /usr/local/bin/shortcut --update
A shortcut-pages client, pages directory is located at /opt/shortcut/pages/
Usage:
shortcut <PROGRAM_NAME> [flags]
Flags:
-h, --help help for shortcut
-l, --list List all available shortcut pages in the cache
-n, --no-colour Remove colour from the output
-u, --update Update the local cache
-v, --version version for shortcut
Contributions are most welcome!
Bugs: open an issue here.
New features: open an issue here or feel free to send a pull request with the included feature.