1.0.0 • Published 4 years ago
interclip v1.0.0
iclip-cli
Interclip for your terminal!

Instalation
It's very easy, just go to your terminal, and execute the following:
npm i -g interclipUsage
Basic usage
iclip <code|url> --optionsExample usage
Create a clip
iclip https://github.com/aperta-principium/InterclipFetch a clip by its code
iclip sgejfOptions
--clear (-c)
Displays the output in a clean manner, for example:
iclip tasks -cyields
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