Command-line tool to generate random words with customizability and ease of use in mind.
.gitea/workflows | ||
archlinux | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
tisu: random word generator
Generate random words with a specified length and count.
With tisu, you can generate names/words with customizability in mind.
Installing / Getting started
To build and run the program, use the following commands:
$ cargo run -- --help
This will generate 10 random words of length 5 by default.
Developing
To contribute to the project, fork the repository and create a feature branch. Pull requests are welcome.
Building
To build the project, use the following command:
cargo build
Or, if you use Arch Linux, I have a PKGBUILD at archlinux/PKGBUILD.
Running tests
To run the tests, use the following command:
cargo test
Features
- Generates random words with a specified length and count
- Can be customized using command-line arguments
- Uses a simple algorithm to generate words with alternating vowels and consonants
Command-line arguments
Argument | Type | Default | Description | Usage example |
---|---|---|---|---|
Word length | Integer | 5 |
Specify the length of each generated word. | tisu -l 10 |
Word count | Integer | 10 |
Specify the number of words to generate | tisu -c 20 |
Contributing
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Licensing
The code in this project is licensed under the MIT license.