Skip to content

Instantly share code, notes, and snippets.

View richie5um's full-sized avatar

Rich Somerfield richie5um

View GitHub Profile
@richie5um
richie5um / vim-keymap.vim
Last active October 23, 2015 08:45
To record all of the keymappings each time you start VIM, outputs to ~/.vim/vim-keys.txt. Place this in ~/.vim/after/plugin/
redir! > ~/.vim/vim-keys.txt
silent verbose map
redir END
#!/bin/sh
# #!/usr/bin/sh
#
# opensnoop - snoop file opens as they occur.
# Written using DTrace (Solaris 10 3/05).
#
# 12-Jan-2006, ver 1.60
#
# USAGE: opensnoop [-a|-A|-ceghsvxZ] [-f pathname] [-n name] [-p PID]
#
@richie5um
richie5um / omnifocus.rb
Created September 21, 2012 21:53
Completed OmniFocus Tasks --> Brett Terpstra's Slogger --> DayOne Journal
=begin
Plugin: OmniFocus
Description: Grabs completed tasks from OmniFocus
Author: [RichSomerfield](www.richsomerfield.com)
=end
config = {
'omnifocus_description' => [
'Grabs completed tasks from OmniFocus'],
'omnifocus_tags' => '@tasks',