Skip to content

Instantly share code, notes, and snippets.

@rjocoleman
Created May 18, 2012 07:38
Show Gist options
  • Save rjocoleman/2723797 to your computer and use it in GitHub Desktop.
Save rjocoleman/2723797 to your computer and use it in GitHub Desktop.
New Litmus Email Test TextMate command
if ! find_app com.litmusapp.Alkaline &>/dev/null; then
open http://litmusapp.com/alkaline/textmate/not-installed
else
open alkaline://new-email?file="$TM_FILEPATH"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment