horsay/README.md

22 lines
589 B
Markdown
Raw Normal View History

2019-04-01 19:20:27 +00:00
# horsay
2019-04-01 19:26:09 +00:00
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! │
<\\ |\ | ╰───────────────╯
<\\\ |(__)
<\\\\ |
```