Skip to content

Status bar component to run bash command on iterm2 status bar

Notifications You must be signed in to change notification settings

mbrostami/iterm2-bashStatusBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Status bar component to run bash command on iterm2 status bar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published