cmatrix

Shows a scrolling Matrix like screen in the terminal. More information: <https://github.com/abishekvashok/cmatrix>.

Install

All systems
curl cmd.cat/cmatrix.sh
Debian Debian
apt-get install cmatrix
Ubuntu
apt-get install cmatrix
Arch Arch Linux
pacman -S cmatrix
image/svg+xml Kali Linux
apt-get install cmatrix
Fedora
dnf install cmatrix
Windows (WSL2)
sudo apt-get update sudo apt-get install cmatrix
OS X
brew install cmatrix
Raspbian
apt-get install cmatrix

Shows a scrolling Matrix like screen in the terminal. More information: <https://github.com/abishekvashok/cmatrix>.

  • Enable asynchronous scrolling:
    cmatrix -a
  • Display red text:
    cmatrix -C red
  • Enable rainbow mode:
    cmatrix -r
  • Set screen update delay to 2 centiseconds (20 milliseconds):
    cmatrix -u 2

© tl;dr; authors and contributors