Skip to content

Instantly share code, notes, and snippets.

@tmpvar
Created October 3, 2010 04:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmpvar/608277 to your computer and use it in GitHub Desktop.
Save tmpvar/608277 to your computer and use it in GitHub Desktop.
fun with json-command & notify-send
curl -d "track=nodejs,tmpvar,jsdom,carena,cider,conductor" http://stream.twitter.com/1/statuses/filter.json -uUSER:PASS 2> /dev/null | json text -C | while read line; do notify-send -c normal -t 1000 "twitter message" "$line"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment