convert finish + follow up to a multi-action app

picker-v2
Brian Hicks 2022-09-09 17:21:03 -05:00
parent f0dd249808
commit 234293b573
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
4 changed files with 19 additions and 12 deletions

View File

@ -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";

View File

@ -0,0 +1 @@
"zone.bytes.linear" = "Finish and Follow Up";

View File

@ -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 {

View File

@ -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"
}
]
}