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

https://github.com/yybit/rand

random string cli
https://github.com/yybit/rand

Last synced: 12 months ago
JSON representation

random string cli

Awesome Lists containing this project

README

          

# Rand - Generate random string

# Install

```
cargo install --git https://github.com/yybit/rand
```

# Usage

```
# Generate a string of length 8 containing uppercase letters, lowercase letters, numbers and symbol
rand 8 aA1@
# Generate a string of length 8 containing uppercase letters, lowercase letters and numbers, without symbol
rand 8
# Generate uuid4
rand uuid4
```