Either grab a build on the releases page or clone and run...
go get -u github.com/nsf/termbox-go
make
You can also build a docker image and run it in a container with...
make docker
docker run -it --rm partyparrot (-args)
Hit the escape key to quit.
You can limit your parrots enthusiasm with the -loops
flag.
Set the frame delay with the -delay
flag (defaults to 75, use 25 for :fastparrot:)
Use -orientation aussie
for our friends down under.
Idea from seeing this tweet from @rachsmithtweets
Thanks to termbox-go for making it easy.
Thanks to jp2a for nice ASCII art conversion.