uuid-cli

command module
v0.0.0-...-cae4fb5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: MIT Imports: 2 Imported by: 0

README

uuid-cli

Just a quick utility to generate uuid's from the command-line using existing go libraries.

example

And a quick shell function to generate an id and copy it to the clipboard

uuid() {
  UUID=$(uuid-cli)
  echo "$UUID has been copied to the clipboard"
  echo "$UUID" | pbcopy
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL