Skip to content

Instantly share code, notes, and snippets.

@poritsky
Created November 14, 2012 16:40
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 poritsky/4073200 to your computer and use it in GitHub Desktop.
Save poritsky/4073200 to your computer and use it in GitHub Desktop.
Expand TE Time Snippet in AppleScript
-- I can't take credit for this one. Justin Lancy (@Veritrope) tossed it my way in a tweet.
-- http://twitter.com/Veritrope/status/268746890177282049
tell application "TextExpander"
set my_Snip to snippet "ttime" in group "TextExpander Snippets"
expand snippet my_Snip
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment