Add tasks to OmniFocus from Linux
Project description
Command line to OmniFocus script, via email or Dropbox and Hazel
Installation
Using pip
sudo pip3 install ofpy
You may be able to get away without sudo if you’re using a Homebrew Python installation on OSX.
Obviously replace pip3 with pip if you’re still using python2 or if python3 is the default on your system (e.g. Arch).
Manually
You should also be able to just chmod and symlink to ofpy.py without difficulty – that’s how I as doing it for the first several versions. That said, if you’re doing a manual installation, I’ll assume you know what you’re doing. In general:
Download or git clone
Add a shebang to ofpy.py, e.g. #! /usr/bin/env python3
Do something along the lines of
cd ofpy/ofpy
chmod u+x ofpy.py
ln -s $PWD/ofpy.py /usr/local/bin/ofpy
Configuration
Run ofpy without arguments. You should see a logging message about creating ~/.ofpy_config.
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.
Compose the task in your favorite CLI editor (set in config, defaults to vim).
ofpy
Troubleshoting
Installation
Double check permissions, e.g. ls -l /usr/local/bin/ofpy.
More details at http://n8henrie.com/2014/09/ofpy
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ofpy-0.25.tar.gz
.
File metadata
- Download URL: ofpy-0.25.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a904868111793c9f39c869b38671b509db56e17531ff497287b7fe2922f0033 |
|
MD5 | 209df90be9b6cc979440e1a9109e7142 |
|
BLAKE2b-256 | b33a5ad2b79438172b1d5c7a073c4a3281cdd8fed87bce8efdd24e578b49a8b6 |