This command opens a Quick Entry dialog for OmniFocus.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # Thanks halberom! | |
| # http://blog.halberom.co.uk/ansible_yaml_syntax.html | |
| - hosts: foo | |
| tasks: | |
| - name: single line plain style | |
| file: path=/tmp/foo state=touch | |
| - name: multi line plain style | |
| file: path=/tmp/foo |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)