Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 613 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 613 Bytes

asciiquarium.live

A hosted asciiquarium without any dependencies on any machine.

asciicast

Try it yourself:

curl asciiquarium.live

You can specify the size too:

curl "http://asciiquarium.live?cols=100&rows=30"

Or use it fullscreen:

curl "http://asciiquarium.live?cols=$(tput cols)&rows=$(tput lines)"

Related Projects