RabbitSay
Say (possibly mean) things with a cute rabbit.
Installation
# From source
# From source
Or download from the releases page.
Usage
$ rabbitsay "Hello, world!"
┌─────────────────┐
│ Hello, world! │
└─────────────────┘
(\__/) ||
(•ㅅ•) ||
/ づ
CLI Options
Usage: rabbitsay [OPTIONS] <MESSAGE>
Arguments:
<MESSAGE> Message on the rabbit's sign
Options:
-p, --padding <PADDING> Padding around the message [default: 4]
-w, --max-width <MAX_WIDTH> Maximum width of the sign [default: 16]
-h, --help Print help
-V, --version Print version
As a Library
Add to your Cargo.toml:
[]
= { = "https://github.com/Cbeck527/rabbitsay" }
Use in your code:
use say;