Snap a picture of yourself on every commit.
Probably Mac OS X only, I haven't looked into others.
$ brew install imagesnap
$ git config --global init.templatedir '~/.git_template'
$ chmod +x post-commitI hereby claim:
To claim this, I am signing this object:
| require 'octokit' | |
| def with_each(client, path) | |
| response = client.agent.call(:get, URI::Parser.new.escape(path.to_s), nil, {}) | |
| response.data.each do |org| | |
| yield org | |
| end | |
| last_response = response | |
| while last_response.rels[:next] && client.rate_limit.remaining > 0 |
| set sourceFolder to "Macintosh HD:Users:kytrinyx:Music:Audio Hijack" as alias | |
| tell application "Finder" | |
| sort (get files of sourceFolder) by creation date | |
| -- This raises an error if the folder doesn't contain any files | |
| set theFile to (item -1 of result) as alias | |
| end tell | |
| tell application "Fission" to open theFile |