コマンドラインまたはTUI用のASCIIスクリーンセーバー?


31

この質問は広すぎるため閉じられたので、ここではASCIIアニメーションに関してより具体的に説明します=)

TUIまたはコマンドラインのいずれかで、スクリーンセーバーとして使用できるASCIIアニメーションはありますか?


TUIとは何ですか?
ガントベルト

2
@guntbertテキストユーザーインターフェイス=)
TellMeWhy

たとえば、コマンドライン...
TellMeWhy

他のみんながそうであるように、なぜCLIと呼ばないのでしょうか?
ガントバート

1
まあ、それは単なるCLIです-しかし、そのようなインターフェースncursesはTUIと呼ばれているので、コマンドラインはありませんがテキストベースであるため、理にかなっています(nm-tui例えば参照)。
ガントバート

回答:


24

Pipes.sh

ASCIIの古典的なスクリーンセーバー。

ここに画像の説明を入力してください

使用法 :

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]

フレームレート。

-s [5-15]

直線フィッティングの確率。

-r LIMIT

x文字の後にリセットします。制限がない場合は0です。

-R

ランダムな開始点。

-B

大胆な効果はありません。

-C

色なし。


詳細については、ドキュメントを参照してください。


1
最高のもの=)
TellMeWhy

21

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

ここに画像の説明を入力してください

コンソール:

cmatrix -s -b -l

ここに画像の説明を入力してください


注:ここの画像には表示していませんが、アニメーション化されています。

そして、適切なスクリーンセーバーのように動作させたい場合(-lオプションは動作しませんが)、この回答をご覧ください。


12

用語節約

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 Software Centerを使用してインストールします。

ソフトウェアセンターからインストールする

使用法 :

 termsaver matrix

ここに画像の説明を入力してください

ここに画像の説明を入力してください

ここに画像の説明を入力してください




-1

emacsのゾーンモードはスクリーンセーバーとして使用できます。画面に焼き付けられたモードラインが気になる場合は、emacsユーザーではありません!

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.