An open API service indexing awesome lists of open source software.

https://github.com/amrsaber/random

CLI tool that generates and outputs secure random string of choice
https://github.com/amrsaber/random

cli csprng generator go golang random secure sprng string

Last synced: 1 day ago
JSON representation

CLI tool that generates and outputs secure random string of choice

Awesome Lists containing this project

README

          

# 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
Install `go` then run
```bash
go install github.com/AmrSaber/random/v3@latest
```

Then you can access the command as `random`.

## Usage
After installation, use `random `, you can use `random -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 goode idea for a new feature, please [open an issue](https://github.com/AmrSaber/rand-string/issues).