CLI
#
InstalationIt's very easy, just go to your terminal, and execute the following:
npm i -g interclip
#
Usage#
Basic usageiclip <code|url> --options
#
Example usage#
Create a clipiclip https://github.com/aperta-principium/Interclip
#
Fetch a clip by its codeiclip 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 commandiclip tasks -p
#
--qrcode (-q)Display a QR code for the result of your command
#
Example commandiclip tasks -q