Ero sivun ”CMatrix” versioiden välillä

Linux.fista
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: {{minitynkä}} {{DISPLAYTITLE:cmatrix}} '''cmatrix''' on ohjelma, jolla voi näyttää GLMatrix-tyylisen efektin.)
 
p (artikkelia päivitetty)
Rivi 1: Rivi 1:
{{minitynkä}}
{{Ohjelma
{{DISPLAYTITLE:cmatrix}}
| nimi=CMatrix
'''cmatrix''' on ohjelma, jolla voi näyttää GLMatrix-tyylisen efektin.
| 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]]

Versio 21. marraskuuta 2020 kello 17.57

CMatrix

Käyttöliittymä teksti
Lisenssi GNU GPL v3
Kotisivu
  • github.com/abishekvashok/cmatrix
  • asty.org/cmatrix/
  • CMatrix on komentoriviohjelma, joka näyttää terminaalin/tty:n täyttävän The Matrix-elokuvasarjan tunnetuksi tehneen digitaalisen sateen, jossa aakkosten, korkeudeltaan puolitettujen katakana-merkkien ja numeroiden peilikuvat luovat alaslaskeutuvia merkkijonoja.

    Asennus

    cmatrix löytyy useimpien jakeluiden paketinhallinnasta nimellä cmatrix. Lisätietoja ohjelmien asentamisesta löytyy artikkelista Ohjelmien asentaminen.

    Käyttö

    Ohjelma käynnistyy jo pelkällä cmatrix-komennolla ja sen keskeyttäminen ilman -s-kytkintä onnistuu q tai CTRL+C painamalla.

    $ 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
    

    Katso myös