random-identity-generator

Crates.iorandom-identity-generator
lib.rsrandom-identity-generator
version1.0.0
sourcesrc
created_at2020-12-21 16:09:45.588384
updated_at2020-12-21 16:09:45.588384
descriptionA generator for random identities.
homepagehttps://codeberg.org/jan0sch/rig
repositoryhttps://codeberg.org/jan0sch/rig
max_upload_size
id325299
size312,056
Jens Grassel (jan0sch)

documentation

README

Generate a random identity.

This is a small tool which will generate a random identity.

Currently it will only generate names common in germany with a matching postal code and city name.

Please see CONTRIBUTING.md for details how to to contribute to the project.

License

This program is distributed under 3-Clause BSD license. See the file LICENSE for details.

Installation

To simply install the binary just issue the cargo install random-identity-generator command which will place the executable rig into your $PATH.

From source code

Either create a binary with cargo build --release and copy it to a place of your liking or use the cargo install --path . command which will install it into $HOME/.cargo/bin.

Examples

% rig -h
Random Identity Generator 1.0.0
Generate a random identity.

USAGE:
    rig [country]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <country>    Pick sources for a specific country.
% rig
Eva Schmitt, 12165 Berlin
% rig
Noah König, 6556 Ringleben
Commit count: 0

cargo fmt