Skip to content

Instantly share code, notes, and snippets.

@phwd
Created May 2, 2012 10:27
Show Gist options
  • Save phwd/2575760 to your computer and use it in GitHub Desktop.
Save phwd/2575760 to your computer and use it in GitHub Desktop.
Turn the t stream into Growl notifications
t stream timeline | while read u; do read s; read b; growlnotify -t "$u" -m "$s"; done
# Beware the following will fill your screen
t stream search "#IWishYouKnew" | while read u; do read s; read b; growlnotify -t "$s" -m "$b"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment