Metadata-Version: 1.1
Name: ofpy
Version: 0.14
Summary: Add tasks to OmniFocus from Linux
Home-page: http://n8henrie.com/2014/09/ofpy
Author: Nathan Henrie
Author-email: nate@n8henrie.com
License: UNKNOWN
Download-URL: https://github.com/n8henrie/ofpy/tarball/0.14
Description: # ofpy
        Command line to OmniFocus script, via email or Dropbox and Hazel
        
        ## Installation
        download or `git clone`
        
        ```bash
        cd ofpy
        cp .ofpy_config ~/.ofpy_config
        cd ofpy
        chmod u+x ofpy.py
        sudo ln -s $PWD/ofpy.py /usr/local/bin/ofpy
        ```
        
        Edit `~/.ofpy_config` and fill in your values.
        
        ## Usage
        Inline from the command line.
        
        `ofpy "This is my first task."`
        
        Inline from the command line without quotes (watch out for apostrophes and quotes)
        
        `ofpy This is my second task.`
        
        Input task in your favorite editor (set in config, defaults to vim).
        
        `ofpy`
        
        More details at http://n8henrie.com/2014/09/ofpy
        
Keywords: omnifocus,productivity,tasklist
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.4
