gio-cli
v1.1.0
Published
A Command-line url shortener for github urls
Downloads
7
Maintainers
Readme
🔗 gio
A handy CLI tool to shorten github.com URLs.
Installation
Install Nodejs & then
npm i -g gio-cli
Usage
To shorten a GitHub URL, just run:
$ gi <githuburl>
It outputs a git.io URL.
To get a custom short link, for example, to shorten https://github.com/satyarohith/shark
to git.io/sharkcli
, run:
$ gi https://github.com/satyarohith/shark sharkcli
If your clipboard has a github.com
URL.
To shorten the copied URL, run:
$ gi
To get a custom short link for the copied URL, run:
$ gi <code>
Built with
- chalk - Terminal string styling done right.
- clipboardy - Access the system clipboard.
- request - Simplified HTTP request client.
License
MIT © Satya Rohith