https://github.com/sigvef/git-praise
A nicer git blame.
https://github.com/sigvef/git-praise
better blame cli colors custom customize git nice nicer praise prettier pretty-print python terminal unicode
Last synced: 3 months ago
JSON representation
A nicer git blame.
- Host: GitHub
- URL: https://github.com/sigvef/git-praise
- Owner: sigvef
- Created: 2017-08-27T19:11:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T21:04:34.000Z (over 1 year ago)
- Last Synced: 2025-02-28T23:12:21.365Z (3 months ago)
- Topics: better, blame, cli, colors, custom, customize, git, nice, nicer, praise, prettier, pretty-print, python, terminal, unicode
- Language: Python
- Homepage: https://github.com/sigvef/git-praise
- Size: 7.04 MB
- Stars: 27
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git praise
[](https://travis-ci.org/sigvef/git-praise)
[](https://pypi.python.org/pypi/git-praise)
[](https://pypi.python.org/pypi/git-praise)
[](https://pypi.python.org/pypi/git-praise)A nicer `git blame`.

## 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 [email protected]:sigvef/git-praise.git
cd git-praise
make setup
. venv/bin/activate
make
```