Status bar for BASH
To install you could use the install script (requires Git) using cURL:
curl https://raw.github.com/adone/bash-status-line/master/install.sh | sh
or Wget:
wget -qO- https://raw.github.com/adone/bash-status-line/master/install.sh | sh
The script clones the bash-status-line repository to ~/.bsl and adds the source line to your profile (~/.bashrc).
- Fork it ( http://github.com/adone/bash-status-line/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request