Personal website of Martin Tournoij (“arp242”); writing about programming (CV) and various other things.

Working on GoatCounter and moreGitHub Sponsors.

Contact at martin@arp242.net or GitHub.

This page's author

Writings By: tag, popularityRSS


Code projects

goatcounter

★ 3793

Easy web analytics. No tracking of personal data.

uni

★ 753

Query the Unicode database from the commandline, with good support for emojis

toml-test

★ 191

A language agnostic test suite for TOML parsers.

find-cursor

★ 161

Highlight the cursor position in X11

kommentaar

★ 33

Generate documentation for Go APIs

gogo-release

★ 31

Build cross-platform binaries for Go

singlepage

★ 20

Bundle external assets in a HTML file to distribute a stand-alone HTML document.

ttftrim

★ 11

Remove glyps from TTF fonts

zsrv

★ 9

Static file server which packs all data in the binary

ff-hist

★ 8

Search Firefox history from commandline

pkg_clearleaves

★ 7

Easily remove packages on which no other packages depend

goimport

★ 6

Add, remove, or replace imports in Go files

colorcount

★ 6

Display the colours used in a PNG image

gomodgraph

★ 5

'go mod graph' as a nicely indented graph

border

★ 4

Commandline tool to add a border around PNG images

sqlbench

★ 3

Run benchmarks on an SQL database

goatcov

★ 3

Code coverage tool for Go

cantuse

★ 3

List browsers in which a feature *won't* work

bsdgrep

★ 3

BSD grep from FreeBSD for Linux

rogue-clone

★ 2

The "rogue" game from 4.3BSD-Tahoe, for modern systems.

uni-wasm

★ 1

WASM demo for uni

tpad.zsh

★ 1

A little script to control some various things on my ThinkPad

har

★ 1

Read HAR ("HTTP Archive format") files

goon

★ 1

Run Go on another machine such as a QEMU VM or cloud instance

zcert

★ 0

Vim stuff

gopher.vim

★ 116

Plugin for the Go programming language

jumpy.vim

★ 38

Filetype-specific mappings for [[, ]], g[, and g]

undofile_warn.vim

★ 17

Warn when using the undofile

runbuf.vim

★ 14

Run the contents of a buffer in psql, python, bash, etc.

packman.vim

★ 14

Simple Vim plugin/package manager

testing.vim

★ 12

Comprehensive testing tool for Vim

startscreen.vim

★ 12

Customize Vim's start screen.

xdg_open.vim

★ 11

Run xdg-open from Vim; re-implements netrw's gx.

auto_mkdir2.vim

★ 10

Automatically create directories

switchy.vim

★ 9

Switch to related files

lpeg.vim

★ 6

LPeg-based syntax highlighting in Vim

zev.vim

★ 5

Easily apply predefined substitute patterns

helplink.vim

★ 5

Link to Vim help pages with ease.

lazy.vim

★ 4

The really simple snippet manager

batchy.vim

★ 4

A little plugin to perform batch operations on files

confirm_quit.vim

★ 3

Ask for confirmation before quitting Vim.

globedit.vim

★ 2

Use globbing patterns for :edit, :tabedit, etc.

complete_email.vim

★ 2

Allow completion of email addresses so you can use Vim as a basic "address book".

synfo.vim

★ 1

Print information about Vim syntax highlighting and text properties

powersearch.vim

★ 0

Several search-related enhancements.

git.vim

★ 0

My small Vim git plugin.

edc.vim

★ 0

Another editorconfig plugin for Vim; intended to be included in the Vim distribution.

diffdir.vim

★ 0

Diff directories in Vim

default2.vim

★ 0

Vim's default colour scheme with some small enhancements

cc_align.vim

★ 0

Easily align things to the cursorcolumn

Go libraries and tools

fsnotify

★ 8859

Cross-platform file system notifications for Go.

toml

★ 4351

TOML parser for Golang with reflection.

reload

★ 187

Lightweight automatic reloading of Go processes.

zcache

★ 55

An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications

zli

★ 37

A Go library for writing CLI programs. It includes flag parsing, colour escape codes, and various helpful utility functions, and makes testing fairly easy.

follow

★ 17

Go library to follow a file for changes; e.g. "tail -F".

sconfig

★ 16

A simple and functional configuration file parser for Go.

isbot

★ 16

Go library to detect HTTP bots.

zdb

★ 10

zdb provides a nice API to interact with SQL databases in Go

zprof

★ 9

Display runtime profiling data for Go programs over HTTP

zhttp

★ 9

Martin's HTTP package

gadget

★ 7

Go library to get the browser and OS from the User-Agent header.

blackmail

★ 7

Go package to send emails with a friendly API

zvalidate

★ 3

Static validation for Go that returns parsed values

zstd

★ 3

Extensions to Go's stdlib

zlog

★ 3

Go logging library

tz

★ 3

Go timezone convience library

errors

★ 3

Yet another errors package for Go

acidtab

★ 3

Go package to print nicely aligned tables in the terminal

z18n

★ 2

i18n library for Go

hubhub

★ 2

Set of utility functions for working with the GitHub API.

zstripe

★ 1

Set of utility functions for working with the Stripe API.

json

★ 1

encoding/json with patches

ztpl

★ 0

zdb-drivers

★ 0

termtext

★ 0

termtext is a Go package to deal with monospace text as interpreted by terminals

termfo

★ 0

A terminfo library for Go

guru

★ 0

Go errors with a Guru Meditation Number

Other

hello-css

★ 173

A CSS template focused on readability

dotfiles

★ 56

My configuration files

bestasciitable

★ 20

The best™ ASCII table

vimlog

★ 14

A ChangeLog for Vim

readon.js

★ 10

Continue reading a web page from where you left last time

MartinFox

★ 10

Really simple userChrome.css for Firefox 89 to make the active tab stand out more

my-first-vimrc

★ 9

A vimrc generator that doesn't add a world of complexity

toml-c

★ 7

TOML C library

imgzoom

★ 6

JavaScript image zoomer

toml-test-matrix

★ 0