Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nimaposhtiban/go-gocowsay


https://github.com/nimaposhtiban/go-gocowsay

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# go-gocowsay

### examples:
```
fortune | go run main.go

___________________________________________________________________________
< You will soon meet a person who will play an important role in your life. >
---------------------------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||

```
```
fortune | go run main.go -f cow

____________________________________________________
/ My only love sprung from my only hate! \
| Too early seen unknown, and known too late! |
\ -- William Shakespeare, "Romeo and Juliet" /
----------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||

```
```
fortune | go run main.go -f stegosaurus
__________________________________________________________________________
/ Civilization is the limitless multiplication of unnecessary necessities. \
\ -- Mark Twain /
--------------------------------------------------------------------------
\ . .
\ / `. .' "
\ .---. < > < > .---.
\ | \ \ - ~ ~ - / / |
_____ ..-~ ~-..-~
| | \~~~\\.' `./~~~/
--------- \__/ \__/
.' O \ / / \ "
(_____, `._.' | } \/~~~/
`----. / } | / \__/
`-. | / | / `. ,~~|
~-.__| /_ - ~ ^| /- _ `..-'
| / | / ~-. `-. _ _ _
|_____| |_____| ~ - . _ _ _ _ _>

```