A sheep speaks.
0

Configure Feed

Select the types of activity you want to include in your feed.

10 2 0

Clone this repository

https://tangled.org/spenser.black/dollysay https://tangled.org/did:plc:m7g2pg5q4z3bvtauekwxjz2o
git@tangled.org:spenser.black/dollysay git@tangled.org:did:plc:m7g2pg5q4z3bvtauekwxjz2o

For self-hosted knots, clone URLs may differ based on your setup.



README.md

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!