xbot / omnifocus-plugin-convert-to-projects

Convert selected tasks to projects and move them to the selected folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omnifocus-plugin-convert-to-projects

Convert selected tasks to projects and move them to the selected folder.

Quick Start Guide

Dependencies

This plugin depends on the omnifocus-plugin-libdev library.

Installation

Clone the repo and link it in the Automation Configuration dialog in OmniFocus, or add it as a git submodule to the default plugin folder of OmniFocus. I recommend the latter for an easier synchronization with other devices.

cd ~/Library/Mobile Documents/iCloud~com~omnigroup~OmniFocus/Documents/Plug-Ins

git init

# Install the dependent library, ignore this if you have already installed it.
git submodule add https://github.com/xbot/omnifocus-plugin-libdev.git libdev

git submodule add https://github.com/xbot/omnifocus-plugin-convert-to-projects.git convert-to-projects

# For updating:
git submodule update --remote --recursive

About

Convert selected tasks to projects and move them to the selected folder.

License:MIT License