A lightweight cli url shortener
Using gotiny.cc the lightweight, fast, secure URL shortener from the command line.
Windows:
choco install gotiny -y
MacOS:
brew tap ndthanhdev/tap
brew install gotiny
Linux:
Via binary, apt (planned)
go install
(planned)
Simple:
gotiny google.com
https://gotiny.cc/xxxxxx
Copy to clipboard:
gotiny -c google.com
https://gotiny.cc/xxxxxx
Copied to clipboard!
Custom code:
gotiny google.com -l abcdef
https://gotiny.cc/abcdef
Help:
gotiny -h