New projects on GitHub

I’ve spent some time on personal coding projects lately and have finally brought a few items to some level of completion. Here are some CLI-based tools that are now in a “1.0” state, so I’m releasing them on GitHub.

Each project provides binary releases for multiple popular operating systems with amd64 and arm64 architectures. Everything is written in Go.

PRs welcome! Here they are!

naterator/notes #

Tool for taking, organizing, and searching markdown notes. I use it for meeting notes and a daily journal of tasks at work.

naterator/pdfmeta #

Tool for viewing and editing PDF metadata.

naterator/filerewrite #

Tool for rewriting files in-place. Intended for cases like ZFS where data needs to be rewritten so it gets distributed across current disks evenly and metadata is rewritten. Also can be used for defragmenting.

naterator/whatismyip #

Tool for showing your egress IP address. Works against many backends.