tools
-
tools go
dex - directory comparison tool in Go
Released dex, a Go port of my Python dircmp utility. Clean architecture, static binaries, no dependencies.
Compares two directory trees and sorts files into five buckets:
- Exact match — same path, same content
- Modified — same path, different content
- Same content, different path
- Only in src
- Only in dst
Also finds duplicates within a single directory.
dex [options] <dir> # find duplicates dex [options] <src> <dst> # compare directoriesOptions:
-ahidden files,-rrecurse,-ffast digest,-bbrief,-lfull digests.Prebuilt binaries for Linux and macOS in the releases.
-
go tools github-pages
Migrating from Jekyll to a custom static site generator
Replaced the Jekyll-based blog with a custom static site generator written in Go.