Skip to content
/ uuidalt Public

uuidalt is a small application that converts a UUID to a dashless UUID or a dashless UUID to a UUID

License

Notifications You must be signed in to change notification settings

krlvi/uuidalt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuidalt

This is a small application that converts a UUID to a dashless UUID or a dashless UUID to a UUID. It reads from standard in and outputs to standard out, attempting to adhere to the Unix Philosophy.

Usage

UUID to dashless UUID:

$ echo "89562392-efc7-44e9-9092-3d95403c30af" | uuidalt

89562392efc744e990923d95403c30af

Dashless UUID to UUID:

$ echo "89562392efc744e990923d95403c30af" | uuidalt

89562392-efc7-44e9-9092-3d95403c30af

Building

To compile from source do:

$ cargo build --release

You may optionally place the resulting binary ./target/release/uuidalt somewhere on your PATH

About

uuidalt is a small application that converts a UUID to a dashless UUID or a dashless UUID to a UUID

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages