Skip to content

satyarohith/gio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔗 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