10 stable releases
Uses old Rust 2015
2.0.3 | Jun 9, 2018 |
---|---|
2.0.2 | May 31, 2018 |
2.0.1 | Apr 12, 2018 |
2.0.0 | Feb 8, 2018 |
1.1.4 | Oct 28, 2017 |
#210 in Simulation
27 downloads per month
14KB
314 lines
insult - The Oh...Sir!-like insult generator
insult
is the command line "utility" to insult you with a "Oh... Sir! The Insult Simulator"-like fashion!
Note: Windows is no longer supported.
Example!
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.
Configs!
You can edit this project's config files.
They follow the XDG standard, so by default they're in ~/.config/insult
.
Installing!
The easiest way to install is with cargo:
cargo install insult
Library!
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());
Dependencies
~500KB