Skip to content

CLI tool that generates and outputs secure random string of choice

License

Notifications You must be signed in to change notification settings

AmrSaber/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Generator CLI

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.

Install

Using Homebrew

brew tap AmrSaber/tap
brew install random

Using Go

Install go then run

go install github.com/AmrSaber/random/v3@latest

Using mise

To install with mise. First enable experimental features, since Go backend is still experimental.

mise settings experimental=true

The install with

mise use -g go:github.com/AmrSaber/random/v3@latest

Using mise makes it easier to stay updated with the latest versions, you typically update installed packages with mise up.

Usage

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.

Commands

Available commands are [string, pick, shuffle, id].

Feature requests and bug reports

If you have a bug or have a good idea for a new feature, please open an issue.

About

CLI tool that generates and outputs secure random string of choice

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages