Created
April 9, 2012 20:52
Revisions
-
jeredb renamed this gist
Apr 9, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jeredb created this gist
Apr 9, 2012 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ (* Run as Automator Service and add keyboard shortcut in "Keyboard" preference pane. *) on run {input, parameters} tell application "TaskPaper" tell front document tell project named "Inbox" make new entry with properties {name:"- " & input} end tell end tell end tell end run