guusw / csvn

Colored svn output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csvn

SVN commands with output coloring

Status Log Diff

Supported commands

  • status/stat
  • log (-v)
  • diff

svn_wrapper

svn_wrapper is to be used as an alias for svn which automatically pipes commands such as diff and log into less

The following keeps the existing svn zsh completion intact while using the wrapper script

function svn {
    svn_wrapper $@
}

About

Colored svn output

License:GNU General Public License v2.0


Languages

Language:Go 98.9%Language:Shell 1.1%