gio-cli

1.1.0 • Public • Published

🔗 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

/gio-cli/

    Package Sidebar

    Install

    npm i gio-cli

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    5.26 kB

    Total Files

    4

    Last publish

    Collaborators

    • satyarohith