git-praise

A nicer git blame.


Keywords
better, blame, cli, colors, custom, customize, git, nice, nicer, praise, prettier, pretty-print, python, terminal, unicode
License
MIT
Install
pip install git-praise==1.1.0

Documentation

git praise

Travis PyPI PyPI PyPI

A nicer git blame.

Screenshot  of git praise

Installation

pip install git-praise

Make sure that you have your python package bin path in your $PATH. On Ubuntu, this is ~/.local/bin. If it isn't in your path, you can try adding the following to your .bashrc: export PATH=$PATH:~/.local/bin.

Usage

$ praise path/to/my/file

Development setup

git clone git@github.com:sigvef/git-praise.git
cd git-praise
make setup
. venv/bin/activate
make