Old package published on npm has been removed since it was broken and I don't intend to fix it.
Generates and prints a secure random string (and other types) to terminal.
brew tap AmrSaber/tap
brew install randomInstall go then run
go install github.com/AmrSaber/random/v3@latestTo install with mise. First enable experimental features, since Go backend is still experimental.
mise settings experimental=trueThe install with
mise use -g go:github.com/AmrSaber/random/v3@latestUsing mise makes it easier to stay updated with the latest versions, you typically update installed packages with mise up.
However way you use to install the package, it will be available in the CLI as random.
After installation, use random <command>, you can use random <command> -h to show help message related to that command, or use random -h to list all the available commands and options.
Available commands are [string, pick, shuffle, id].
If you have a bug or have a good idea for a new feature, please open an issue.