Update README

This commit is contained in:
Tim Van Baak 2019-04-01 12:26:09 -07:00
parent 018bc9b182
commit 80685cd460
1 changed files with 20 additions and 1 deletions

View File

@ -1,2 +1,21 @@
# horsay # horsay
cowsay but a horse 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! │
<\\ |\ | ╰───────────────╯
<\\\ |(__)
<\\\\ |
```