2 unstable releases

0.2.0 Jun 17, 2024
0.1.0 May 24, 2024

#324 in Command line utilities

Download history 104/week @ 2024-05-20 5/week @ 2024-05-27 3/week @ 2024-06-03 157/week @ 2024-06-17

169 downloads per month

MIT license

8KB
105 lines

CLIQ

open frequently accessed memorable shorten urls from cli

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

Build and Install

cargo build
cargo install --path .

Supports

  • Mac
  • Linux
  • Windows

Dependencies

~2–12MB
~100K SLoC