Skip to content

Commit

Permalink
convert finish + follow up to a multi-action app
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 9, 2022
1 parent f0dd249 commit 234293b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
5 changes: 5 additions & 0 deletions 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";
1 change: 1 addition & 0 deletions Finish.omnifocusjs/Resources/en.lproj/manifest.strings
@@ -0,0 +1 @@
"zone.bytes.linear" = "Finish and Follow Up";
@@ -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 {
Expand Down
13 changes: 13 additions & 0 deletions 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"
}
]
}

0 comments on commit 234293b

Please sign in to comment.