🦜 for your terminal

demo

Using

Either grab a build on the releases page or clone and run...

go get -u github.com/nsf/termbox-go
go build -o parrot parrot.go draw.go data.go

Quitting

Hit the escape key to quit.

-loops

You can limit your parrots enthusiasm with the -loops flag.

:fastparrot:

Set the frame delay with the -delay flag (defaults to 75, use 25 for :fastparrot:)

:aussieparrot:

Use -orientation aussie for our friends down under.

Thanks

Idea from seeing this tweet from @rachsmithtweets

Thanks to termbox-go for making it easy.

Thanks to jp2a for nice ASCII art conversion.