Skip to content

joshkehn/OFStartHarvest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OmniFocus Start Harvest

This is a script for OmniFocus 2 Pro for Mac and Harvest. It might work on earlier versions.

What does it do?

See it in action

This script enables you to one-click start a timer for a selected OmniFocus task or project. It can be configured (see Configuring) to handle figuring out what kind of project or task should be entered. It can customize the note based on the task, it's notes, or the project. Out of the box it will open a New Timer dialog with the task name entered as the note.

This script uses System Events to control Harvest through Accessibility APIs. You'll probably need to configure that by adding Script Editor to the apps allowed to control your computer.

Security & Privacy Settings

Usage

This script can be executed two ways. First is via Script Editor. This is useful for configuring, testing, and debugging items. After the script has been configured it's easy to add the script to the toolbar in OmniFocus in order to quickly access it. Then simply clicking on the icon launches and executes the script.

Setup

You can either download the source or a compiled binary from the latest release. You will be able to edit the binary with Script Editor.

  1. Open OmniFocus.
  2. Open the Scripts Folder from the Help menu. Open Scripts Folder
  3. Copy script into folder.
  4. Proceed to Configuring.

Configuring

There are two main functions that are readily customizable. They are responsible for figuring out which Harvest Project and Task to select for any given item fed into the script.

figureProject has an example of searching the name and note of the task and project to see if a string matches.

figureTask has an example of matching contexts to a task and conditionally checking a project before setting a task.

To make this script truly useful you will need to customize both of these functions.

Disclaimer

This script is in no way affiliated with, authorized, maintained, or sponsored by OmniGroup or Harvest.

About Harvest

Harvest is a web-based time tracking and invoicing application relied on by creative businesses in over 100 countries. Interested in trying out? Here's $10 off your first month, free trial included.

About OmniFocus

OmniFocus is an incredible task management platform for Mac, iPad, and iPhone. I can't recommend it enough.

License

MIT License

Copyright (c) 2015 Joshua Kehn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.