This file contains 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
#!/usr/bin/env python | |
""" | |
organize-photos.py - Organize an unstructured folder tree of photos and movie | |
files into a month-and-year folder structure. | |
Note: This is a minor rewrite of @cliss's extension [1,2] of @drdrang's | |
photo management scripts [3], and includes a tweak from @jamiepinkham [4,5]. | |
The lists of raw [6] and video [7] file extensions were found elsewhere. |
This file contains 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
(* | |
OmniFocus Selected Mail Messages.applescript | |
Copyright (c) 2015 Jonathan 'Wolf' Rentzsch: http://rentzsch.com | |
Some rights reserved: http://opensource.org/licenses/mit | |
Pure AppleScript reimplementation of OmniGroup's Clip-o-Tron for OmniFocus. | |
Hopefully this implementation will be more resilient against OS X, Mail, and OmniFocus updates. | |
Successfully tested against OS X 10.10.1, OmniFocus 1.10.6, and OmniFocus 2.0.4. |