Skip to content

Instantly share code, notes, and snippets.

View PiotrCzapla's full-sized avatar

Piotr Czapla PiotrCzapla

View GitHub Profile
@PiotrCzapla
PiotrCzapla / install-macvim-with-lua.sh
Last active April 25, 2021 00:23 — forked from lodestone/install-macvim-with-lua.sh
brew install macvim with lua
# 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
@PiotrCzapla
PiotrCzapla / Add Last Email Sent to OmniFocus.applescript
Last active December 29, 2015 18:17 — forked from simplicitybliss/Add Last Email Sent to OmniFocus.applescript
Short AppleScript that adds the last email sent in Mail.app to the OmniFocus Inbox as a task
(*
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.