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

unimatrix — Simulate the Matrix look with Unicode characters. See also: `cmatrix`. More information: <https://gi

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

Problem

How to use the unimatrix command: Simulate the Matrix look with Unicode characters. See also: cmatrix. More information: <https://github.com/will8211/unimatrix>.

Solution

unimatrix — Simulate the Matrix look with Unicode characters. See also: cmatrix. More information: <https://github.com/will8211/unimatrix>.

Mimic the default output of cmatrix (no unicode, works in a TTY):
unimatrix --no-bold --speed {{96}} --character-list {{o}}


No bold characters, slowly, with emojis, numbers, and a few symbols:
unimatrix --no-bold --speed {{50}} --character-list {{ens}}


Change the color of characters:
unimatrix --color {{red|green|blue|white|...}}


Select character set(s) using letter codes (see unimatrix --help for available character sets):
unimatrix --character-list {{character_sets}}


Change the scrolling speed:
unimatrix --speed {{number}}

Code Snippets

Mimic the default output of `cmatrix` (no unicode, works in a TTY)

unimatrix --no-bold --speed {{96}} --character-list {{o}}

No bold characters, slowly, with emojis, numbers, and a few symbols

unimatrix --no-bold --speed {{50}} --character-list {{ens}}

Change the color of characters

unimatrix --color {{red|green|blue|white|...}}

Select character set(s) using letter codes (see `unimatrix --help` for available character sets)

unimatrix --character-list {{character_sets}}

Change the scrolling speed

unimatrix --speed {{number}}

Context

tldr-pages: common/unimatrix

Revisions (0)

No revisions yet.