diff --git a/.gitignore b/.gitignore index c4a847d..85eb8f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /result +*.js diff --git a/Session.omnifocusjs/Resources/en.lproj/manifest.strings b/Session.omnifocusjs/Resources/en.lproj/manifest.strings new file mode 100644 index 0000000..d2e3384 --- /dev/null +++ b/Session.omnifocusjs/Resources/en.lproj/manifest.strings @@ -0,0 +1 @@ +"zone.bytes.session" = "OmniFocus + Session"; diff --git a/Session.omnifocusjs/Resources/en.lproj/start.strings b/Session.omnifocusjs/Resources/en.lproj/start.strings new file mode 100644 index 0000000..9abb177 --- /dev/null +++ b/Session.omnifocusjs/Resources/en.lproj/start.strings @@ -0,0 +1,5 @@ +"label" = "Start a session"; +"shortLabel" = "Start"; +"mediumLabel" = "Start"; +"longLabel" = "Start a session"; +"paletteLabel" = "Start"; diff --git a/Focus.ts b/Session.omnifocusjs/Resources/start.ts similarity index 100% rename from Focus.ts rename to Session.omnifocusjs/Resources/start.ts diff --git a/Session.omnifocusjs/manifest.json b/Session.omnifocusjs/manifest.json new file mode 100644 index 0000000..56343d0 --- /dev/null +++ b/Session.omnifocusjs/manifest.json @@ -0,0 +1,13 @@ +{ + "author": "Brian Hicks", + "identifier": "zone.bytes.session", + "defaultLocale": "en", + "version": "1.0", + "description": "Start tasks in Session (https://www.stayinsession.com/)", + "actions": [ + { + "image": "clock", + "identifier": "start" + } + ] +}