Created
November 8, 2011 17:44
-
-
Save jacksonfox/1348502 to your computer and use it in GitHub Desktop.
A very simple AppleScript extension to add tasks to TaskPaper from Aflred
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 characters
on alfred_script(q) | |
tell application "TaskPaper" | |
tell front document | |
tell project named "Inbox" | |
make new entry with properties {name:"- " & q} | |
end tell | |
end tell | |
end tell | |
end alfred_script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To install: