cmd
cmd is a go module for misc command-line tools.
Generally, you'll find each tool does one thing, and uses the universal medium of text. You know, the whole Unix philosophy deal.
Some of them might seem too basic to be their own program, but when Go builds binaries so rapidly, keeping them separate is not a problem. And by shoving them all in one go module, each tool can be installed individually while code can still be shared between them.
Install
mise use -g go:crdx.org/cmd/$NAME
go install crdx.org/cmd/$NAME@latest
The README in the root directory of each tool has tool-specific documentation.
- uchar — Describe Unicode characters.
- unbuffer — Force unbuffered, coloured output from commands.
- ver — Bump and tag (sem)versions.