Skip to content

Instantly share code, notes, and snippets.

@shapeshed
Last active August 29, 2017 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shapeshed/dc843bda7e1746063c81928f41b727c3 to your computer and use it in GitHub Desktop.
Save shapeshed/dc843bda7e1746063c81928f41b727c3 to your computer and use it in GitHub Desktop.
tmux cricket status bar
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