Handles "send current item to OmniFocus" for multiple applications
The following applications are supported: out of the box: Outlook, Evernote, Mail, Chrome and any Chrome-based apps (such as SSBs created by Epichrome)
Download: https://github.com/Hammerspoon/Spoons/raw/master/Spoons/SendToOmniFocus.spoon.zip
| Signature | SendToOmniFocus.actions |
|---|---|
| Type | Variable |
| Description | Table containing application handlers for sending the current item to OmniFocus. |
| Notes |
|
| Source | Source/SendToOmniFocus.spoon/init.lua line 65 |
| Signature | SendToOmniFocus.logger |
|---|---|
| Type | Variable |
| Description | Logger object used within the Spoon. Can be accessed to set the default log level for the messages coming from the Spoon. |
| Source | Source/SendToOmniFocus.spoon/init.lua line 50 |
| Signature | SendToOmniFocus.notifications |
|---|---|
| Type | Variable |
| Description | Boolean to control Hammerspoon-generated notifications when filing items (doest not control AppleScript notifications, if any, generated from within the scripts). Defaults to |
| Source | Source/SendToOmniFocus.spoon/init.lua line 55 |
| Signature | SendToOmniFocus.quickentrydialog |
|---|---|
| Type | Variable |
| Description | Whether to display the new tasks in the OmniFocus quick-entry dialog before adding them. Defaults to |
| Source | Source/SendToOmniFocus.spoon/init.lua line 60 |
| Signature | SendToOmniFocus:bindHotkeys(mapping) |
|---|---|
| Type | Method |
| Description | Binds hotkeys for SendToOmniFocus |
| Parameters |
|
| Returns | |
| Source | Source/SendToOmniFocus.spoon/init.lua line 201 |
| Signature | SendToOmniFocus:registerApplication(app, handlerSpec) |
|---|---|
| Type | Method |
| Description | Register a new application handler |
| Parameters |
|
| Returns | |
| Source | Source/SendToOmniFocus.spoon/init.lua line 190 |
| Signature | SendToOmniFocus:sendCurrentItem() |
|---|---|
| Type | Method |
| Description | Send current item in current application to OmniFocus by triggering the appropriate handler. |
| Parameters |
|
| Returns |
|
| Source | Source/SendToOmniFocus.spoon/init.lua line 135 |