pessoa-cli

Crates.iopessoa-cli
lib.rspessoa-cli
version0.1.4
created_at2025-03-21 09:10:54.212012+00
updated_at2025-04-06 18:01:15.897573+00
descriptionCLI for generating fake identities/user data in different languages. The crate is named after the Portuguese word for 'person'.
homepage
repositoryhttps://github.com/joao-conde/pessoa
max_upload_size
id1600328
size11,917
João Conde (joao-conde)

documentation

README

Pessoa CLI

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."

Installation

$ cargo install pessoa-cli

Usage

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
Commit count: 60

cargo fmt