Generate and print a UUID and copy it to the clipboard. Great for quickly getting a UUID ready to use.
Install with Homebrew:
$> brew tap fiskeben/homebrew-tap
$> brew install genuuid
If you're not a Homebrew user grab the latest release.
It's simple!
genuuid
prints a random V4 UUID to stdout.
genuuid -c
creates a UUID and copies it to the
clipboard as well.