diff --git a/Finish.omnifocusjs/Resources/en.lproj/finish.strings b/Finish.omnifocusjs/Resources/en.lproj/finish.strings new file mode 100644 index 0000000..7fa0936 --- /dev/null +++ b/Finish.omnifocusjs/Resources/en.lproj/finish.strings @@ -0,0 +1,5 @@ +"label" = "Finish a task and immedidately sweep for next steps"; +"shortLabel" = "Finish"; +"mediumLabel" = "Finish and Follow Up"; +"longLabel" = "Finish and Follow Up"; +"paletteLabel" = "Finish"; diff --git a/Finish.omnifocusjs/Resources/en.lproj/manifest.strings b/Finish.omnifocusjs/Resources/en.lproj/manifest.strings new file mode 100644 index 0000000..2979b8b --- /dev/null +++ b/Finish.omnifocusjs/Resources/en.lproj/manifest.strings @@ -0,0 +1 @@ +"zone.bytes.linear" = "Finish and Follow Up"; diff --git a/Finish and Follow Up.omnijs b/Finish.omnifocusjs/Resources/finish.js similarity index 92% rename from Finish and Follow Up.omnijs rename to Finish.omnifocusjs/Resources/finish.js index 3398d38..703a70b 100644 --- a/Finish and Follow Up.omnijs +++ b/Finish.omnifocusjs/Resources/finish.js @@ -1,15 +1,3 @@ -/*{ - "type": "action", - "targets": ["omnifocus"], - "author": "Brian Hicks", - "identifier": "zone.bytes.finish-and-follow-up", - "version": "1.0", - "description": "Finish a task and immediately sweep for next steps", - "label": "Finish and Follow Up", - "shortLabel": "Finish", - "paletteLabel": "Finish", - "image": "checkmark" -}*/ (() => { var action = new PlugIn.Action(async (selection, sender) => { try { diff --git a/Finish.omnifocusjs/manifest.json b/Finish.omnifocusjs/manifest.json new file mode 100644 index 0000000..58358eb --- /dev/null +++ b/Finish.omnifocusjs/manifest.json @@ -0,0 +1,13 @@ +{ + "author": "Brian Hicks", + "identifier": "zone.bytes.finish-and-follow-up", + "defaultLocale": "en", + "version": "1.0", + "description": "Finish a task and immediately sweep for next steps", + "actions": [ + { + "image": "checkmark", + "identifier": "finish" + } + ] +}