HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cmatrix — Show a scrolling Matrix like screen in the terminal. See also: `neo`, `cbonsai`, `asciiquarium`, `pi

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandmatrixshowscrollinglikeclicmatrixscreen

Problem

How to use the cmatrix command: Show a scrolling Matrix like screen in the terminal. See also: neo, cbonsai, asciiquarium, pipes.sh. More information: <https://manned.org/cmatrix>.

Solution

cmatrix — Show a scrolling Matrix like screen in the terminal. See also: neo, cbonsai, asciiquarium, pipes.sh. More information: <https://manned.org/cmatrix>.

Enable [a]synchronous scrolling:
cmatrix -a


Change the text [C]olor (green by default):
cmatrix -C {{red}}


Enable [r]ainbow mode:
cmatrix -r


Use a screen [u]pdate delay of 100 centiseconds (1 second):
cmatrix -u 100


Use [s]creensaver mode where the first keystroke exits:
cmatrix -s

Code Snippets

Enable [a]synchronous scrolling

cmatrix -a

Change the text [C]olor (green by default)

cmatrix -C {{red}}

Enable [r]ainbow mode

cmatrix -r

Use a screen [u]pdate delay of 100 centiseconds (1 second)

cmatrix -u 100

Use [s]creensaver mode where the first keystroke exits

cmatrix -s

Context

tldr-pages: common/cmatrix

Revisions (0)

No revisions yet.