Bash-Beautify icon indicating copy to clipboard operation
Bash-Beautify copied to clipboard

Create colorful bash prompts to integrate with SVN and GIT

Results 4 Bash-Beautify issues
Sort by recently updated
recently updated
newest added

Should be backwards compatible with svn 1.6. Haven't tested it though.

Shows number of changes both staged and unstaged with the branch name.

Non-printable characters need to be wrapped with \001 and \002 for the bash prompt to work properly. Otherwise, issues arise with when the prompt wraps long lines.

SVN 1.7 only has one .svn folder in the root, so the check for "! -d .svn" doesn't work properly. Otherwise... great script!

enhancement