1.0.0 • Published 3 years ago

interclip v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

iclip-cli

Interclip for your terminal!

Screenshot

Instalation

It's very easy, just go to your terminal, and execute the following:

npm i -g interclip

Usage

Basic usage

iclip <code|url> --options

Example usage

Create a clip
iclip https://github.com/aperta-principium/Interclip
Fetch a clip by its code
iclip sgejf

Options

--clear (-c)

Displays the output in a clean manner, for example:

iclip tasks -c

yields

tasks => https://taskord.com/

--copy (-p)

Copy the result of the command

Example command
iclip tasks -p

--qrcode (-q)

Display a QR code for the result of your command

Example command
iclip tasks -q

--endpoint (-e)

Set a custom endpoint of the Interclip deployment

Example command
iclip tasks -e https://interclip.app