View SendListToOmni.py
#Import into Omnifocus a list of task from the clipboard | |
import clipboard | |
import re | |
import webbrowser | |
import urllib | |
import console | |
base = 'omnifocus:///add?name=' | |
text = clipboard.get() |
View BBEdit-TextWrangler_RegEx_Cheat_Sheet.txt
———————————————————————————————————————————————————————————————————————————————————————————————————— | |
BBEDIT/TEXTWRANGLER REGULAR EXPRESSION GUIDE MODIFIED 2014-01-13 : 00:12 | |
———————————————————————————————————————————————————————————————————————————————————————————————————— | |
NOTES: | |
The PCRE engine (Perl Compatible Regular Expressions) is what BBEdit and TextWrangler use. | |
Items I'm unsure of are marked '# PCRE?'. The list while fairly comprehensive is not complete. |