Created
May 2, 2012 10:27
-
-
Save phwd/2575760 to your computer and use it in GitHub Desktop.
Turn the t stream into Growl notifications
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
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