Console curses browser for github repo contents.
moved over here :eyes:
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.