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
# http://www.gonzedge.com/blog/2016/01/11/installing-macvim-with-lua-enabled-through-homebrew.html | |
brew install macvim --with-cscope --with-lua --override-system-vim --with-luajit --with-python3 | |
# in case linking fails | |
rm $(which mvim) | |
brew link macvim | |
brew linkapps macvim | |
# making an alias after symlinking |
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
(* | |
Add last sent email to OmniFocus Script | |
by simplicitybliss.com, Sven Fechner | |
Straight forward script that sends the last email sent in Mail.app to OmniFocus either using the Quick Entry window or silently (well, with Growl based notifications if desired) straight to the Inbox. | |
You can influence how the task is named by modifying the PreFix and MidFix properties. The note of the task will contain a link back the email in Mail.app. | |
Use the AppleScript Menu or tools likle FastScripts, Launchbar or Alfred to trigger the script. | |