matt good

musing coding

Scripts: svndiff

written by Matt, on Aug 5, 2007 9:24:00 AM.

To make the output of the "svn diff" command more readable here's a small script to pipe the output to the Pygments library to colorize the command line output:

#!/bin/bash
svn diff "$@" | pygmentize -ldiff

Leave a Reply