Really simple CLI tool to format UUID into the canonical presentation.
Use the go command:
$ go get github.com/zshamrock/uuidfmt
Or using snap:
$ snap install uuidfmt
$ uuidfmt 3A2DD5E0D2C04F13A3E2F600C9530793
-r/--reverse - apply the reverse formatting
i.e. 3a2dd5e0-d2c0-4f13-a3e2-f600c9530793 -> 3A2DD5E0D2C04F13A3E2F600C9530793.
Copyright (C) 2018 by Aliaksandr Kazlou.
uuidfmt is released under MIT License. See LICENSE for details.
