gnrlbzik / svn-color

bash function that adds colors to svn output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SETUP

Copy the whole svn function from the svn-color.sh file to your bash resource file (mine is ~/.bash_profile).

Dont forget to refresh your bash_profile by sourcing it: source ~/.bash_profile

You're done. The svn function overrides the svn executable, which it call directly from its full path.

You can disable colors at any time with the --nocol option.

TODO

  • Add colors for output of "update" which is slightly different
  • Tweak string matching to ignore false positives
  • Check/add zsh compatibility

COPYRIGHT

Copyright (c) 2010 Jean-Michel Lacroix. See LICENSE for details.

About

bash function that adds colors to svn output

License:MIT License