A command-line tool to simplify common UUID operations:
- Generate UUIDs without external tools or web interfaces
- Format UUIDs (convert case, add/remove hyphens)
- Identify UUID versions
- Work with UUIDs across different formats (including System.Guid)
To generate run uuid-utils gen.
To format run uuid-utils fmt <UUID> --compact.
For detailed information about options look at usage doc.