Terminal
Asciiquarium
· ☕ 1 min read
Asciiquarium This application is a wonderful terminal aquarium! How cool is that! The application is a Perl script that shows fish and other items like sea monsters scrolling across the screen. Go to the github page cmatsuoka/asciiquarium. Install And Run Containerized This is my preferred method. It’s just so easy! Of course you’ll need podman or docker to be installed. 1 2 3 4 5 # podman podman run -it --rm danielkraic/asciiquarium # docker docker run -it --rm danielkraic/asciiquarium Debian & Ubuntu sudo apt install libcurses-perl cpan agree to the defaults and type out quit to leave sudo cpan Term::Animation Download asciiquarium with git clone https://github.