open frequently accessed memorable shorten urls from cli
Download latest version from release page and run below command
tar -xvf cliq-<VERSION>-<PLATFORM>.tar.gz -C /usr/local/bin
Create cliq.toml
file under $HOME/.config/cliq/
folder and add the following contents
[links]
google = "https://google.com"
hub = "https://github.com"
lab = "https://gitlab.com"
cliq google # opens google
cliq hub # opens github
cliq lab # opens gitlab
# opens git remote repo if .git exists. no need to add it in cliq.toml
cliq git
cargo build
cargo install --path .
- Mac
- Linux
- Windows