Skip to main content

Syntax highlights for your git diffs

Project description

Colors for your git diffs

colordiffs.png

Colordiffs is under development, things are bound to be broken. If you would like to help out, start an issue or submit a pull request :)

Installation

pip install colordiffs

How to run

git diff HEAD^ | colordiffs | less -r

explanation

  1. git diff HEAD^ gets a diff between the current and the previous commit

  2. colordiffs reads a diff from stdin

  3. less -r takes the output of colordiffs and uses less to page it, the -r is required to interpret the terminal escape codes

Requirements

Python 2.x, 3.x
Pygments

TODO

Support more kinds of git diff output. Right not it supports the most common +++ diffs, but if the diff is for a new file or deletion of file it breaks.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colordiffs-0.1.5.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

colordiffs-0.1.5.linux-x86_64.tar.gz (7.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page