open frequently accessed memorable links from cli
Cliq is like your bookmark manager from terminal. You can add your frequently accessed urls in
cliq.tomlfile and open them from terminal. It also supports opening git remote repo if.gitexists in the current directory.
brew tap santhosh-chinnasamy/tap
brew install santhosh-chinnasamy/tap/cliqDownload latest version from release page and run below command
tar -xvf cliq-<VERSION>-<PLATFORM>.tar.gz -C /usr/local/binCreate 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 gitcargo build
cargo install --path .- Mac
- Linux
- Windows
Please read the contributing guidelines to setup your development machine and proceed.