This project contains helpers for controlling AnyBar from a bash shell
Change colour:
anybar <colour>Monitor a long running command (orange whilst running, green or red if successful)
anybar_monitor <some_command>Monitor every command automatically
anybar_monitor_enableStop monitoring every command
anybar_monitor_disableClone this repo
http://github.com/stacycurl/anybar-bash.gitAdd to .bashrc
source <wherever_you_cloned>/anybar-bash/init.sh
anybar_monitor_enable
alias m=anybar_monitorAdd to .bash_profile
_anybar_relaunch