Last active
August 29, 2017 15:32
-
-
Save shapeshed/dc843bda7e1746063c81928f41b727c3 to your computer and use it in GitHub Desktop.
tmux cricket status bar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set-option -g status on | |
set-option -g status-left-length 80 | |
set-option -g status-interval 2 | |
set-option -g status-left '#(curl -k -L -s http://www.cricinfo.com/ci/engine/match/1031661.html | pup "title text{}" | cut -d "|" -f 1)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment