Not terribly useful, but what it lacks in utility it makes up for in spunk! This is a ULID inspector with a DOS aesthetic. It takes a single optional argument, a ULID string to inspect. If none is provided, it generates one in the input prompt based on the local time. The tables show how ULIDs encode time and entropy information.
Install using go install
go install github.com/aldernero/ulid-tui@latest
or clone and build.