Skip to main content

CLI

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