Ero sivun ”CMatrix” versioiden välillä
Siirry navigaatioon
Siirry hakuun
p
artikkelia päivitetty
(Ak: Uusi sivu: {{minitynkä}} {{DISPLAYTITLE:cmatrix}} '''cmatrix''' on ohjelma, jolla voi näyttää GLMatrix-tyylisen efektin.) |
p (artikkelia päivitetty) |
||
Rivi 1: | Rivi 1: | ||
{{ | {{Ohjelma | ||
| nimi=CMatrix | |||
''' | | kuva=[[Tiedosto:CMatrix.png|200px]] | ||
| kuvateksti= | |||
| lisenssi=[[GPLv3|GNU GPL v3]] | |||
| käyttöliittymä=teksti | |||
| kotisivu= | |||
<li> [https://github.com/abishekvashok/cmatrix github.com/abishekvashok/cmatrix] | |||
<li> [https://www.asty.org/cmatrix/ asty.org/cmatrix/] | |||
| lahdekoodi=[https://github.com/abishekvashok/cmatrix github.com/abishekvashok/cmatrix] | |||
}} | |||
'''CMatrix''' on komentoriviohjelma, joka näyttää [[terminaali]]n/[[tty]]:n täyttävän [[wikipedia:fi:The Matrix|The Matrix]]-elokuvasarjan tunnetuksi tehneen [[wikipedia:Matrix digital rain|digitaalisen sateen]], jossa aakkosten, korkeudeltaan puolitettujen [[wikipedia:fi:katakana|katakana]]-merkkien ja numeroiden peilikuvat luovat alaslaskeutuvia merkkijonoja. | |||
==Asennus== | |||
{{Asenna|cmatrix|cmatrix}} | |||
==Käyttö== | |||
Ohjelma käynnistyy jo pelkällä <code>cmatrix</code>-komennolla ja sen keskeyttäminen ilman <code>-s</code>-kytkintä onnistuu {{näppäin|q}} tai {{näppäin|CTRL|C}} painamalla. | |||
<pre> | |||
$ cmatrix -h | |||
Usage: cmatrix -[abBcfhlsmVx] [-u delay] [-C color] | |||
-a: Asynchronous scroll | |||
-b: Bold characters on | |||
-B: All bold characters (overrides -b) | |||
-c: Use Japanese characters as seen in the original matrix. Requires appropriate fonts | |||
-f: Force the linux $TERM type to be on | |||
-l: Linux mode (uses matrix console font) | |||
-L: Lock mode (can be closed from another terminal) | |||
-o: Use old-style scrolling | |||
-h: Print usage and exit | |||
-n: No bold characters (overrides -b and -B, default) | |||
-s: "Screensaver" mode, exits on first keystroke | |||
-x: X window mode, use if your xterm is using mtx.pcf | |||
-V: Print version information and exit | |||
-u delay (0 - 10, default 4): Screen update delay | |||
-C [color]: Use this color for matrix (default green) | |||
-r: rainbow mode | |||
-m: lambda mode | |||
</pre> | |||
==Katso myös== | |||
* [[GLMatrix]] | |||
[[Luokka:Komentorivin erikoisohjelmat]] |