| Crates.io | pessoa-cli |
| lib.rs | pessoa-cli |
| version | 0.1.4 |
| created_at | 2025-03-21 09:10:54.212012+00 |
| updated_at | 2025-04-06 18:01:15.897573+00 |
| description | CLI for generating fake identities/user data in different languages. The crate is named after the Portuguese word for 'person'. |
| homepage | |
| repository | https://github.com/joao-conde/pessoa |
| max_upload_size | |
| id | 1600328 |
| size | 11,917 |
A CLI tool that generates fake user profile data, ideal for testing purposes or for signing-up on questionable websites.
Named after the Portuguese word for "person."
$ cargo install pessoa-cli
Run with defaults:
$ pessoa
{
"first_name": "John",
"last_name": "Doe",
...
}
Specify a locale:
$ pessoa --locale pt_pt
{
"first_name": "João",
"last_name": "Silva",
...
}
Write to a JSON file:
$ pessoa --out pessoa.json
This and other commands and options can be checked with:
pessoa --help