See some cool graphics and statistics on your local projects! Directly in your terminal.
- Download the repo [zip]
- Open the repo in your terminal of choice
- Enter a virtual environment [optional]
python -m venv venv # create a virtual python environment
.\venv\Scripts\Activate.ps1 # enter virtual environment- Install dependencies
pip install -r requirements.txt- Run the script (THERE ARE TWO, SEE BELOW)
See a GitHub-style contribution* graph for all your projects, rendered in a minimal TUI.
* the contribution graph currently only tracks commits.
After following the installation process outlined above:
python main.py
There are currently no command line arguments though this is subject to change.
Along with a GitHub-style contribution* graph exclusively for this project, this view also displays contribution statistics in both table and pie chart forms! Project information (like its description, remotes & branches) is also displayed next to the contributions statistics.
* the contribution graph currently only tracks commits.
After following the installation process outlined above:
python individual_repo.py
There are currently no command line arguments though this is subject to change.

