#git-remote #cli #shorten-urls #git-open

app cliq

open frequently accessed memorable shorten urls from cli

4 releases (2 breaking)

0.4.1 Oct 2, 2024
0.4.0 Oct 2, 2024
0.2.0 Jun 17, 2024
0.1.0 May 24, 2024

#370 in Command line utilities

Download history 22/week @ 2024-07-28 1/week @ 2024-08-04 6/week @ 2024-09-22 283/week @ 2024-09-29 38/week @ 2024-10-06 22/week @ 2024-10-13 1/week @ 2024-10-20

344 downloads per month

MIT license

12KB
256 lines

CLIQ

open frequently accessed memorable links from cli

Cliq is like your bookmark manager from terminal. You can add your frequently accessed urls in cliq.toml file and open them from terminal. It also supports opening git remote repo if .git exists in the current directory.

Installation

Download latest version from release page and run below command

tar -xvf cliq-<VERSION>-<PLATFORM>.tar.gz -C /usr/local/bin

Requirements

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"

Usage

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

Build and Install

cargo build
cargo install --path .

Supports

  • Mac
  • Linux
  • Windows

Contribution

Please read the contributing guidelines to setup your development machine and proceed.

Dependencies

~1–12MB
~85K SLoC