Software
Some computer programs I have written. Since I actually use them, I guess they count as structured procrastination.
—John MacFarlane1
Here is a list of software I have written. The source code is available (usually) at github.
Backup to a LUKS encrypted external drive. One of my strategies to prevent important information from becoming too ephemeral...
[Read more] [Source code]Generalised search-and-replace. Specify patterns on the command line, but without worrying about quoting or escaping anything. Do search-and-replace over multiple files, at once. Do one thing, but do it well.
[Read more] [Source code]i3-external-monitor. Being an awesome minimalist tilling window manager, the minimalism part means that some things in
i3
—like dealing with external monitors—are left to the user. This is how I handle it.
[Read more] [Source code]nm-toggle. The purpose of this tool is to be able to, through NetworkManager, completely shutdown all network devices—and bring them back up when needed. I use ArchLinux with the i3 window manager, so the program is somewhat tied to them (particularly concerning
systemd
, and the shell,bash
in my case).
[Read more] [Source code]TeX-7. This is my toned-down fork from Elias Toivanen’s TeX-9 vim plugin for writing LaTeX documents. I liked it a lot (it’s efficient and minimalistic), but there were some itches that after some time, became itchy enough for me to finally scratch them. Hence I rewrote it in pure Vimscript (TeX-9 used Python bindings), and added a couple of sweet features. E.g., smarter completion, and distraction-free background save-and-compile—just hit
'<Esc>:ww'
(sans quotes). Feedback will only be shown in case of error.
TeX-9 also came with its own LaTeX templates (skeletons for documents). I prefer to use my own, so TeX-7 does not provide this feature.
[Read more] [Source code]Twitter fetch! Receive twitter username, fetch most recent entries in feed, and display them on the command line.
[Read more] [Source code]Vim-Snipper. This is my Vim plugin for snippet insertion and processing. It is simple, requires minimal setup, and it just works.
[Read more] [Source code]