This page looks best with JavaScript enabled

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

  1. sudo apt install libcurses-perl
  2. cpan agree to the defaults and type out quit to leave
  3. sudo cpan Term::Animation
  4. Download asciiquarium with git clone https://github.com/cmatsuoka/asciiquarium.git ~/
  5. Move the file to /usr/local/bin sudo mv ~/asciiquarium/asciiquarium /usr/local/bin
  6. Run asciiquarium and enjoy the show

Arch Linux

1
2
3
4
5
# Install
sudo pacman -S asciiquarium

# Run
asciiquarium