Skip to content

ndthanhdev/gotiny-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotiny-cli

A lightweight cli url shortener

Using gotiny.cc the lightweight, fast, secure URL shortener from the command line.

Installation

Windows:

choco install gotiny -y

MacOS:

brew tap ndthanhdev/tap
brew install gotiny

Linux:
Via binary, apt (planned)

go install
(planned)

Usage

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