Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 581 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 581 Bytes

gitio

Buat URL GitHub pendek dari terminal ( Github URL Shorter)

Installation

$ git clone https://github.com/sadcode-org/gitio.git

Usage

$ python3 gitio.py -u https://github.com/sadcode-org/gitio
usage: gitio.py [-h] -u URL

Create short GitHub url from the terminal

optional arguments:
  -h, --help         show this help message and exit
  -u URL, --url URL  GitHub url

Example

Input

$ python3 gitio.py -u https://github.com/sadcode-org/gitio

Output

https://git.io/fjnA2

To-do

  • Need to find a way to have custom code