Matt Good

Random musings on code & other stuff

Scripts: Svndiff

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:

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