Skip to content

Instantly share code, notes, and snippets.

@pgib
Created February 17, 2010 15:10
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 pgib/306695 to your computer and use it in GitHub Desktop.
Save pgib/306695 to your computer and use it in GitHub Desktop.
#!/bin/sh
# If you're running Tweetie
osascript -e 'tell application "Tweetie"' -e "quit" -e "end tell"
defaults write com.atebits.tweetie-mac filterTerms -array-add "#thebachelor"
osascript -e 'tell application "Tweetie"' -e "open" -e "end tell"
# If you're running Twitterrific
osascript -e 'tell application "Twitterrific"' -e "quit" -e "end tell"
defaults write com.iconfactory.Twitterrific tweetTextFilter -string "#thebachelor"
osascript -e 'tell application "Twitterrific"' -e "open" -e "end tell"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment