web-dev-qa-db-fra.com

ASCII économiseur d'écran pour la ligne de commande ou un TUI?

Cette question a été fermée en raison de sa largeur, donc je serai plus précis en ce qui concerne les animations ASCII ici =)

Existe-t-il des animations ASCII pouvant être utilisées comme économiseur d'écran, que ce soit dans la TUI ou dans la ligne de commande?

30
TellMeWhy

Pipes.sh

L'économiseur d'écran classique en ASCII.

enter image description here

Utilisation:

wget https://raw.githubusercontent.com/pipeseroni/pipes.sh/master/pipes.sh 
chmod +x pipes.sh
./pipes.sh

Installation:

git clone https://github.com/pipeseroni/pipes.sh.git
cd pipes.sh
Sudo make install

Options:

 -t #

Type de tuyaux. Reportez-vous à la documentation pour les voir tous.

-f [20-100]

Framerate.

-s [5-15]

Probabilité d'un ajustement droit.

-r LIMIT

Réinitialiser après x caractères, 0 si aucune limite.

-R

Point de départ aléatoire.

-B

Aucun effet audacieux.

-C

Sans couleur.


Reportez-vous à la documentation pour plus d'informations.

23
hg8

cmatrix en est un autre excellent! Installez-le avec:

Sudo apt-get install cmatrix

La description de manpage dessus:

CMatrix(1)                                                    General Commands Manual                                                   CMatrix(1)

NAME
       CMatrix - simulates the display from "The Matrix"

SYNOPSIS
       cmatrix [-abBflohnsVx] [-u update] [-C color]

DESCRIPTION
       Shows a scrolling 'Matrix' like screen in Linux

   OPTIONS
       -a     Asynchronous scroll

       -b     Bold characters on

       -B     All bold characters (overrides -b)

       -f     Force the linux $TERM type to be on

       -l     Linux mode (sets "matrix.fnt" font in console)

       -o     Use old-style scrolling

       -h, -? Print usage and exit

       -n     No bold characters (overrides -b and -B)

       -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
              Screen update delay 0 - 9, default 4

       -C color
              Use this color for matrix (default green).  Valid colors are green, red, blue, white, yellow, cyan, Magenta and black.

   KEYSTROKES
       The following keystrokes are available during execution (unavailable in -s mode)

       a      Toggle asynchronous scroll

       b      Random bold characters

       B      All bold characters

       n      Turn off bold characters

       0-9    Adjust update speed

       ! @ # $ % ^ & )
              Change  the  color  of  the  matrix to the corresponding color: ! - red, @ - green, # - yellow, $ - blue, % - Magenta, ^ - cyan, & -
              white, ) - black.

       q      Quit the program

BUGS
       This program is very CPU intensive.  Don't be surprised if it eats up over 40% of your CPU at times.

HOMEPAGE
       The CMatrix homepage is currently at http://www.asty.org/cmatrix.

AUTHORS
       Chris Allegretta ([email protected]), with a lot of help from many other people. See README file for details.

                                                                  Mon May 3 1999                                                        CMatrix(1)

Exemples:

Terminal normal en marche:

cmatrix -s -b

enter image description here

Console:

cmatrix -s -b -l

enter image description here


Remarque: Bien que je ne le montre pas dans les images ici, il est animé.

Et si vous voulez qu'il fonctionne comme un économiseur d'écran approprié (bien que l'option -l ne fonctionne pas), cochez sur cette réponse .

20
user364819

Cette animation ASCII peut être utilisée comme économiseur d'écran:

Aquarium en direct

enter image description here

Vous pouvez trouver comment l’installer ici .

11
TellMeWhy

Termsaver

Termsaver est un économiseur d'écran textuel incorporant diverses animations:

 urlfetcher     displays url contents with typing animation
 starwars       runs the asciimation Star Wars movie
 matrix         displays a matrix movie alike screensaver
 jokes4all      displays recent jokes from jokes4all.net (NSFW)
 clock          displays a digital clock on screen
 programmer     displays source code in typing animation
 quotes4all     displays recent quotes from quotes4all.net
 rssfeed        displays rss feed information
 rfc            randomly displays RFC contents
 sysmon         displays a graphical system monitor
 randtxt        displays Word in random places on screen
 asciiartfarts  displays ascii images from asciiartfarts.com (NSFW)

(De man termsaver)


Installation:

 Sudo apt-get install termsaver

Ou installez à l'aide du centre logiciel Ubuntu:

Install via the software center

Utilisation:

 termsaver matrix

enter image description here

enter image description here

enter image description here

11
hg8

Source

Sudo apt-get install bsdgames
worms -d 190 -n 4

enter image description here

rain -d 180

enter image description here

5
A.B.