command
module
Version:
v0.0.0-...-cae4fb5
Opens a new window with list of versions in this module.
Published: Aug 15, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.