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_enable
Stop monitoring every command
anybar_monitor_disable
Clone this repo
http://github.com/stacycurl/anybar-bash.git
Add to .bashrc
source <wherever_you_cloned>/anybar-bash/init.sh
anybar_monitor_enable
alias m=anybar_monitor
Add to .bash_profile
_anybar_relaunch