texto 0.1.0

Texto is a CLI made for generating dummy text.
texto-0.1.0 is not a library.

Texto

Texto is a CLI for generating dummy text.

[!IMPORTANT] This project is still under development. As a Rust begineer's project, you may encounter bugs or unexpected behavior.

Installation

Using Cargo (Recommend)

cargo install texto

Direct Download

Download the latest binary from Releases and add it to your PATH.

Usage

# Generate words (16 words, English) 
tekst text

# Generate 100 words
tekst text -w 100

# Generate 10 words in German
tekst text -l de

# Generate 100 words three times
tekst text -w 100 -c 3

License

MIT License - LICENSE