RandGen is a simple CLI tool to generate random data of a given size.
Download the latest binary from the releases page and add it to your path.
RandGen can be installed with brew using the following command on macOS
brew install shibme/tap/randgen
With Shell (MacOs/Linux):
curl -fsSL https://dev.shib.me/randgen/install.sh | sh
With PowerShell (Windows):
irm https://dev.shib.me/randgen/install.ps1 | iex
With Shell (MacOs/Linux):
curl -fsSL https://dev.shib.me/randgen/install.sh | sh -s v1.1.0
With PowerShell (Windows):
$v="1.1.0"; irm https://dev.shib.me/randgen/install.ps1 | iex
You can also run RandGen without installing, using Docker:
docker run --rm -v $PWD:/workspace -it ghcr.io/shibme/randgen help