forked from monoclesociety/eggscellent-classic
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
120 additions
and
165 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions
8
Mac OS X/pomodorable/Resources/AppleScripts/OmniFocusChangeTodo.applescript
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
Mac OS X/pomodorable/Resources/AppleScripts/OmniFocusChangeTodo.ascript
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
tell application "OmniFocus" | ||
tell default document | ||
tell (flattened tasks whose id is equal to "✅") | ||
set name to "✅" | ||
end tell | ||
|
||
repeat with anItem in (flattened tasks whose id is equal to "✅") | ||
if ✅ | ||
mark complete anItem | ||
else | ||
mark incomplete anItem | ||
end if | ||
end repeat | ||
end tell | ||
end tell |
14 changes: 14 additions & 0 deletions
14
Mac OS X/pomodorable/Resources/AppleScripts/OmniFocusChangeTodob.ascript
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
tell application "OmniFocus" | ||
tell default document | ||
tell (flattened tasks whose id is equal to "✅") | ||
set name to "✅" | ||
end tell | ||
repeat with anItem in (flattened tasks whose id is equal to "✅") | ||
if ✅ | ||
mark complete anItem | ||
else | ||
mark incomplete anItem | ||
end if | ||
end repeat | ||
end tell | ||
end tell |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
eggscellent | ||
=========== | ||
|
||
Add Omnifucos 2 sync support, Downlad at <https://github.com/devon/eggscellent/releases> | ||
|
||
You need OmniFocus pro for task integration. Because eggscellent use apple script to support OmniFocus pro. | ||
Test on Mac OS 10.14 and Omnifocus3 |