mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 02:52:51 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
30
tldr/unimatrix
Normal file
30
tldr/unimatrix
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user