Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 511 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 511 Bytes

Iterm2 bash status bar component

This component allows you to run bash command in iterm2 status bar

Installation

Run ./install.sh
You can also copy bash_status_bar.py into the AutoLaunch directory under Scripts directory.
If there is no AutoLaunch directory just create it.
Relaunch Iterm2

Examples

  • Get IP Address
    echo "$(curl ifconfig.co)" | tr -d '[:space:]'
  • Gmail unread messages alt text