Shorten links with Bitly in your terminal!
npm install --global bitly-cli-client
Usage
$ bitly <options>
Options
--url -u Shorten a link
--qr -q Generate a QR Code
--list -l List all shortened links
--purge -p Purge the list of saved URLs
--reset -r Reset Generic Access Token
Examples
$ bitly --url --qr kepinski.me
$ bitly -l
$ bitly --reset
MIT