buddhasay
______________________________________
/ \
| If you are swayed by things of the |
| world, how regrettable that is. |
| Things of the world are fleeting and |
| impermanent. |
\______________________________________/
\
\ ___
\ (-_-)
_) (_
/ \
_( \_ _/ )_
(_____\_____)
Like Cowsay, but with a Buddha and Buddhism related sentences.
If you're running Arch Linux, it is available in the AUR.
You can also install it from crates.io with cargo install buddhasay
.
If none of this works for you, then just checkout the source or one of the tags and build it with
cargo build --release
. The binary will be under ./target/release/buddhasay
.
buddhasay
to also say my sentences?Probably, open a PR with your sentences and their sources and let's take it from there.
Even though Arch is the best, I do plan to make buddhasay
available in other distros and OSs.
Mostly exercises for me to continue learning Rust and systems; in no particular order:
fortune
and cowsay
compatibility mode. Right now buddhasay
does the equivalent to fortune | cowsay
. It should
be possible to run buddhasay | cowsay
, fortune | buddhasay
or buddhasay
.