Skip to content

Commit

Permalink
turn session into a proper plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 9, 2022
1 parent b6272f9 commit 11aee41
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
/result
*.js
1 change: 1 addition & 0 deletions Session.omnifocusjs/Resources/en.lproj/manifest.strings
@@ -0,0 +1 @@
"zone.bytes.session" = "OmniFocus + Session";
5 changes: 5 additions & 0 deletions 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";
File renamed without changes.
13 changes: 13 additions & 0 deletions 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"
}
]
}

0 comments on commit 11aee41

Please sign in to comment.