antoinealb / ghg

A small script to open Github quickly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Go

A small script to open Github quickly

This script is just a shortcut to quickly access the webpage for your git projects. It can search in your git remotes or get the repository from the commandline.

Usage

# From a project directory
git remote add origin git@github.com:antoinealb/ghg.git

# Will open https://github.com/antoinealb/ghg in your web browser
ghg
# You can also open a page from any directory
ghg antoinealb/ghg

Installing

python3 setup.py install

About

A small script to open Github quickly

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%