Экранная заставка ASCII для командной строки или TUI?

Этот вопрос был закрыт из-за того, чтобы быть слишком широким, таким образом, я буду более конкретным относительно анимаций ASCII здесь =)

Есть ли какие-либо анимации ASCII, которые могут использоваться в качестве экранных заставок - или в TUI или в командной строке?

31
задан 13 April 2017 в 05:24

7 ответов

Pipes.sh

классическая экранная заставка в ASCII.

enter image description here

Использование:

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

Установка:

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

Опции:

 -t #

Тип каналов. Пошлите к документация видеть их всех.

-f [20-100]

Framerate.

-s [5-15]

Вероятность прямого фитинга.

-r LIMIT

Сброс после x символы, 0, если никакой предел.

-R

Случайная начальная точка.

-B

Никакой полужирный эффект.

-C

Никакой цвет.

<час>

Относятся к документация для получения дополнительной информации.

24
ответ дан 23 November 2019 в 00:42

cmatrix другой большой! Установка это с:

sudo apt-get install cmatrix

manpage описание на нем:

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 (chrisa@asty.org), with a lot of help from many other people. See README file for details.

                                                                  Mon May 3 1999                                                        CMatrix(1)
<час>

Примеры:

Нормальное Терминальное выполнение:

cmatrix -s -b

enter image description here

Консоль:

cmatrix -s -b -l

enter image description here

<час>

Примечание: , Хотя я не показываю его в изображениях здесь, это анимировано.

И если Вы хотите, чтобы это работало как надлежащая экранная заставка (хотя -l опция не будет работать) тогда проверяют этот ответ .

21
ответ дан 23 November 2019 в 00:42

Termsaver

Termsaver является основанной на тексте экранной заставкой, встраивающей различную анимацию:

 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)

(От man termsaver)

<час>

Установка:

 sudo apt-get install termsaver

Или установка с помощью Центра программного обеспечения Ubuntu:

Install via the software center

Использование:

 termsaver matrix
<час>

enter image description here

enter image description here

enter image description here

12
ответ дан 23 November 2019 в 00:42

Эта анимация ASCII может использоваться экранная заставка:

Живой аквариум

enter image description here

можно узнать, как установить его здесь .

12
ответ дан 23 November 2019 в 00:42

Источник

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

enter image description here

rain -d 180

enter image description here

5
ответ дан 23 November 2019 в 00:42

зональный режим в emacs может использоваться в качестве экранной заставки. Если Вы заботитесь о строке режима, записанной на Ваш экран тогда, Вы не emacs пользователь!

-1
ответ дан 23 November 2019 в 00:42

ASCII Saver - Заставка для терминалов. Это моя попытка запустить анимацию, пока на терминале нет ввода-вывода. enter image description here

2
ответ дан 9 December 2019 в 08:43

Другие вопросы по тегам:

Похожие вопросы: