Projects
I have a handful of software projects that are publicly available. All are under the Creative Commons Attribution–NonCommercial licence unless otherwise specified.
-
A webapp for tracking books I own, read, want to read, etc., that I built after becoming frustrated with Goodreads. It’s online and can be accessed here, though it doesn’t have support for multiple users. (Python, Django.)
-
Command-line tool for calculating date offsets, e.g., the difference between two dates, or the date that’s a given period of time before or after another date. (Python.)
-
When I switched from zsh to fish I wanted to keep a lot of the git aliases I’d become used to from the oh-my-zsh plugin, so I translated them. (Fish; MIT licence.)
-
I use Things as a task manager, and I wrote some scripts to handle some automated tasks. (AppleScript.)
-
A script for converting Yaml datastructures into Apple plist format. (Python.)
I’ve also made contributions to a couple of other projects:
-
Contributed support for aliases.
-
Hakyll is a static site generator that I previously used for this site; I contributed improvements to the Pandoc citation handling to allow multiple bibliography files and formats.