This is a dead simple .NET tool for generating UUIDs using the new UUID version 7.
To install the tool globally, use the following command:
dotnet tool install -g codeminic.UuidGenTo generate a new UUID, use the following command:
ggNote: The gg command may conflict with git gui on some shells, such as zsh, which uses gg as
a git gui alias.
If you encounter this issue, you can either change the alias in your shell configuration or use the
full command path to run the tool.