horsay/README.md

22 lines
589 B
Markdown

# horsay
Takes a line of input and formats it in a text bubble next to a horse.
```
$ horsay
Hello, world!
./|,,/|
< o o) ╭───────────────╮
<\ ( | ──┤ Hello, world! │
<\\ |\ | ╰───────────────╯
<\\\ |(__)
<\\\\ |
$ echo Hello, world! | horsay
./|,,/|
< o o) ╭───────────────╮
<\ ( | ──┤ Hello, world! │
<\\ |\ | ╰───────────────╯
<\\\ |(__)
<\\\\ |
```