Update README
This commit is contained in:
parent
018bc9b182
commit
80685cd460
21
README.md
21
README.md
|
@ -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! │
|
||||||
|
<\\ |\ | ╰───────────────╯
|
||||||
|
<\\\ |(__)
|
||||||
|
<\\\\ |
|
||||||
|
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue