All Projects → sigvef → Git Praise

sigvef / Git Praise

A nicer git blame.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Git Praise

Nord Termite
An arctic, north-bluish clean and elegant Termite color theme.
Stars: ✭ 104 (+333.33%)
Mutual labels:  cli, terminal, colors
Tml
🌈💻🎨 A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
Stars: ✭ 634 (+2541.67%)
Mutual labels:  cli, terminal, colors
Colorette
Easily set the color and style of text in the terminal.
Stars: ✭ 1,047 (+4262.5%)
Mutual labels:  cli, terminal, colors
Box Cli Maker
Make Highly Customized Boxes for your CLI
Stars: ✭ 115 (+379.17%)
Mutual labels:  cli, terminal, unicode
Prettier Package Json
Prettier formatter for package.json files
Stars: ✭ 86 (+258.33%)
Mutual labels:  prettier, pretty-print, cli
Nord Dircolors
An arctic, north-bluish clean and elegant dircolors theme.
Stars: ✭ 328 (+1266.67%)
Mutual labels:  cli, terminal, colors
Pastel
A command-line tool to generate, analyze, convert and manipulate colors
Stars: ✭ 3,742 (+15491.67%)
Mutual labels:  cli, terminal, colors
Cmd2
cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python
Stars: ✭ 342 (+1325%)
Mutual labels:  cli, terminal, unicode
Clifx
Declarative framework for building command line interfaces
Stars: ✭ 900 (+3650%)
Mutual labels:  cli, terminal
Streamhut
Stream your terminal to web without installing anything 🌐
Stars: ✭ 676 (+2716.67%)
Mutual labels:  cli, terminal
So
A terminal interface for Stack Overflow
Stars: ✭ 694 (+2791.67%)
Mutual labels:  cli, terminal
Epr
CLI Epub Reader
Stars: ✭ 657 (+2637.5%)
Mutual labels:  cli, terminal
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+2612.5%)
Mutual labels:  cli, terminal
Python Progressbar
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
Stars: ✭ 682 (+2741.67%)
Mutual labels:  cli, terminal
Diagram
CLI app to convert ASCII arts into hand drawn diagrams.
Stars: ✭ 642 (+2575%)
Mutual labels:  cli, terminal
Cheat.sh
the only cheat sheet you need
Stars: ✭ 27,798 (+115725%)
Mutual labels:  cli, terminal
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+128370.83%)
Mutual labels:  cli, terminal
Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (+2800%)
Mutual labels:  prettier, cli
Fluddy
🤝 A dependency-free command line utility for managing, updating, creating and launching Flask Apps.
Stars: ✭ 23 (-4.17%)
Mutual labels:  cli, terminal
Unicodeplots.jl
Unicode-based scientific plotting for working in the terminal
Stars: ✭ 724 (+2916.67%)
Mutual labels:  terminal, unicode

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 [email protected]:sigvef/git-praise.git
cd git-praise
make setup
. venv/bin/activate
make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].