tobe / qgh

Console curses browser for github repo contents
MIT License
2 stars 1 forks source link

qgh

Console curses browser for github repo contents.

Screenshot

requirements

features

todo & maybe sometime in future...

moved over here :eyes:

installation

First, it is recommended you create a Python virtualenv (virtualenv env && source env/bin/activate) to avoid installing dependencies on a system-wide level.

Next, run pip install -r requirements.txt to install the necessary dependencies.

To use qgh, run python qgh/qgh.py user/repository [branch].

Example given: python qgh/qgh.py infyhr/qgh.
master is always the default branch and can be ommited then.

Note: If your terminal doesn't redraw properly after using vim then ^L to force a redraw.