Pouf

LICENSE Crates.io Version Minimum rustc version

Intro

Pouf is a cli program to produce fake datas.

Last stable version

Packaging status

Install with crates.io

zsh cargo install pouf

Install on your system

Latest with source :

clone the projet and install it with :

zsh cargo install --path .

Examples

Address

zsh $ pouf address.country --lang en Congo

zsh $ pouf address.city --lang en Carter burgh

zsh $ pouf address.country --lang en Wunsch Vista

Administrative

zsh $ pouf administrative.healthinsurrancecode --lang fr 1 85 02 974 777 624 88

Color

```zsh $ pouf color

434733

rgb(67, 71, 51) rgba(67, 71, 51, 0.4) hsl(71, 16%, 24%) hsl(71, 16%, 24%, 0.4) ```

Http

zsh $ pouf http.code 412 Precondition Failed

Internet

zsh $ pouf internet.mail -l en adriel_quia@hotmail.com

zsh $ pouf internet.mail // if locales is "fr_FR.UTF-8" karim_qui@orange.fr

Filesystem

zsh $ pouf filesystem.mimetype application/vnd.xacml+json

zsh $ pouf filesystem.semver filesystem.semver

Finance

zsh $ pouf finance.bic RSJECUA1x0hf8NV2FDvN5m8MFV

People

zsh $ pouf people.name Axel Sipes

Time

zsh $ pouf time.time 21:45:53

multiple launch

You can launch n time like this :

zsh $ pouf finance.bic -n 5 TLNINTG1361 HJGOCSK1 VUKIBZB1 RJCIAZV1177 TVGOSIC1

Autocomplete

On zsh :

Add this on your ~/.zshrc :

zsh fpath=("dir_of/_pouf" "${fpath[@]}")

before : zsh autoload -Uz compinit && compinit

Dev

Makefile inspire by https://git.sr.ht/~julienxx/castor/tree/master/item/Makefile

Publish

zsh make cargo-publish