Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 996 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 996 Bytes

uuidfmt

Build Status Snap Status

Really simple CLI tool to format UUID into the canonical presentation.

Installation

Use the go command:

$ go get github.com/zshamrock/uuidfmt

Or using snap:

$ snap install uuidfmt

Get it from the Snap Store

Usage

$ uuidfmt 3A2DD5E0D2C04F13A3E2F600C9530793

uuidfmt

Options

-r/--reverse - apply the reverse formatting

i.e. 3a2dd5e0-d2c0-4f13-a3e2-f600c9530793 -> 3A2DD5E0D2C04F13A3E2F600C9530793.

Copyright

Copyright (C) 2018 by Aliaksandr Kazlou.

uuidfmt is released under MIT License. See LICENSE for details.