Command line tool to generate a random UUID.
go install github.com/timwmillard/uuid@latestGenerate a random UUID:
uuidGenerate a nil UUID:
uuid -nilGenerate a version 7 UUID:
uuid -v7Default will generate a version 4 UUID.
Use the -n flag to generate multiple UUID's.
uuid -n=5uuidgengenerates UUID's in capital letters (personal preference)uuidis shorter to type (I know I could create an alias but this is funner).- Can generate different versions of uuid.
 - Can generate mutiple UUID's.