Crates.io | insult |
lib.rs | insult |
version | 2.0.3 |
source | src |
created_at | 2017-10-25 12:53:55.816148 |
updated_at | 2018-06-09 08:25:03.442161 |
description | insult is the command line "utility" to insult you with a "Oh... Sir! The Insult Simulator"-like fashion! |
homepage | |
repository | https://github.com/jD91mZM2/insult |
max_upload_size | |
id | 36856 |
size | 22,341 |
insult
is the command line "utility" to insult you with a "Oh... Sir! The Insult Simulator"-like fashion!
Note: Windows is no longer supported.
Did you know that the Royal Family can't exercise because of your sister
or that your wife probably murdered your husband
?
Well, me neither.
You can edit this project's config files.
They follow the XDG standard, so by default they're in ~/.config/insult
.
The easiest way to install is with cargo:
cargo install insult
Thanks to #1, the core has now been split into a separate crate!
This means you can generate your own insults from your own applications!
Example:
let words = WordsFile {
nouns: include_str!("nouns"),
endings: include_str!("endings"),
verbs: include_str!("verbs")
};
println!("{}", words.generate());