LinuxCommandLibrary

uuinfo

Debug and inspect unique identifiers (UUID, ULID, etc.)

TLDR

Inspect a UUID
$ uuinfo [01941f29-7c00-7aaa-aaaa-aaaaaaaaaaaa]
copy
Pipe a UUID from stdin
$ echo "[some-uuid]" | uuinfo -
copy
Output as JSON
$ uuinfo -o json [id]
copy

SYNOPSIS

uuinfo [options] ID

DESCRIPTION

uuinfo parses and displays detailed information about compound unique identifiers including UUID versions 1-8, ULID, Snowflake, and more. It shows color-coded bit breakdowns, timestamps, entropy, and version information. Supports auto-detection and forced format parsing.

HISTORY

uuinfo was created by Ronaldo Ferreira (Racum) and is written in Rust.

SEE ALSO

uuidgen(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard