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

https://github.com/aquaflamingo/genuser

CLI to generate fun usernames
https://github.com/aquaflamingo/genuser

cli crystal crystal-lang

Last synced: 12 months ago
JSON representation

CLI to generate fun usernames

Awesome Lists containing this project

README

          

# genuser
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

CLI to generate memorable usernames

## Installation

```bash
make install

make build
```

## Usage

```bash

./bin/genuser --number 10 -delimitter _ --suffix @mydomain.com

Generating 10 usernames
bobcat_burgundy@mydomain.com
burgundy_bobcat@mydomain.com
dog_cream@mydomain.com
cream_dog@mydomain.com
sturgeon_coal@mydomain.com
coal_sturgeon@mydomain.com
chicken_charcoal@mydomain.com
charcoal_chicken@mydomain.com
rat_green@mydomain.com
green_rat@mydomain.com
leech_yellow@mydomain.com
yellow_leech@mydomain.com
arctic_fox_salmon@mydomain.com
salmon_arctic_fox@mydomain.com
lark_fuchsia@mydomain.com
fuchsia_lark@mydomain.com
vampire_squid_champagne@mydomain.com
champagne_vampire_squid@mydomain.com
panther_coral@mydomain.com
coral_panther@mydomain.com
```

## Data
Wordlists taken from https://github.com/imsky/wordlists/

## License
This repository is licensed under [MIT Open Source](https://opensource.org/licenses/MIT)