dollysay#
A cloned sheep speaks. Inspired by cowsay, made for Tangled.
__________________________
< I push, therefore I baa. >
--------------------------
\ \
\ \
.~``~,,'``-. .~``~,,'``-.
( -~~- ) ( -~~- )
( // OO \\ ) ( // OO \\ )
( \__/ ) ( \__/ )
`~_.,~.__.~' `~_.,~.__.~'
Install#
You'll need a Rust toolchain. Install via rustup if you don't have one.
git clone https://tangled.org/paeth.xyz/dollysay dollysay
cd dollysay
cargo install --path .
That builds in release mode and installs the dollysay binary into ~/.cargo/bin/, which rustup already puts on your $PATH.
Use#
dollysay hello # speak a message
echo "baa" | dollysay # read from stdin
dollysay --clone "we are many" # two Dollys, one bubble
dollysay --think # render the message as a thought bubble
dollysay --muse # hear what Dolly has to say
dollysay --deepthink # Dolly will use extended thinking
Run dollysay --help for the full flag list.
Uninstall#
cargo uninstall dollysay
TODO#
- Add Dolly moods!