PrunedNeuron / PyGitio

CLI wrapper for git.io written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyGitio PyPI version shields.io GitHub contributions welcome HitCount GitHub code size in bytes

forthebadge

PyGitio is a cli wrapper for the git.io URL shortener with support for custom URLs.

Installation PyPI - Format

Requirements

  • Python 3
$ pip install PyGitio

or directly from the source,

$ git clone https://github.com/hsuay/PyGitio.git && pip install -e PyGitio

Usage

$ pygitio <GithubURL> <CustomText>

<GithubURL> is the URL that will be shortened.

<CustomText> is the custom text that will be used.

For example,

$ pygitio https://github.com/hsuay ayush

This will copy the shortened URL, https://git.io/ayush to the clipboard.

Dependencies

Development

Feel free.

$ virtualenv env
$ . env/bin/activate
$ pip install -e .

Contributing

PRs Welcome saythanks

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License Open Source Love

MIT

Mirrors

Links

About

CLI wrapper for git.io written in Python.

License:MIT License


Languages

Language:Python 100.0%