Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Add Review/Start Task
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpittman committed Oct 4, 2016
1 parent 9ebcc41 commit 4af09cc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
Binary file added Add Review Task/Add Review Task.scpt
Binary file not shown.
3 changes: 3 additions & 0 deletions Add Review Task/README.md
@@ -0,0 +1,3 @@
# Add Review Task

Run this script on a project to create a daily-deferred task with a name of "Review: `name of project`".
Binary file added Add Start Task/Add Start Task.scpt
Binary file not shown.
3 changes: 3 additions & 0 deletions Add Start Task/README.md
@@ -0,0 +1,3 @@
# Add Start Task

Run this script on a project to create a task with a name of "Start: `name of project`". Also, it sets the `sequential` property of the project to `true`.
1 change: 1 addition & 0 deletions Shell Functions/of.fish
Expand Up @@ -3,6 +3,7 @@ function of -d "Parse transport text"
open -a OmniFocus
else
osascript -e "tell application \"OmniFocus\" to parse tasks into default document with transport text \"$argv\"" > /dev/null
# tint is a handy fish shell plugin for outputting color.
tint: green "Task added to OmniFocus inbox."
return 0
end
Expand Down

0 comments on commit 4af09cc

Please sign in to comment.