When invoking ls
, I would like to have file names with a different color depending on their subversion status. For example, an added file will be cyan, a modifi
Here's a Gist with the 3rd generation of a small script to colorize SVN output. It works perfectly for svn status
commands. I just added alias svns="/path/to/svn-color.py status"
to my .bash_profile
and now I can type svns
and see the color-coded output. The author recommends making svn
default to his script.