This software is available for Unix-like systems (Linux and MacOS).
You can use Homebrew to install this program via my tap repository:
brew install bglezseoane/tap/gitcher
You also can use PYPI to install this program:
pip install gitcher
Alternative, clone and go to this repository home directory, and then run:
python setup.py install
All methods install last Gitcher stable version on your machine. Now you can run it on your shell using:
gitcher
Read the man of this tool to known more about its use.
Note about man pages: if you use pip
method to install this program, assert that man directories of your Python environment are added to your MANPATH
to can get this program's man pages with the man
command. Python might install man pages in default machine level directories.