Tel*_*Why 34 command-line screensaver ascii 14.04
由于太宽泛,此问题已关闭,因此我将在此处更具体地介绍 ASCII 动画=)
是否有任何可用作屏幕保护程序的 ASCII 动画 - 无论是在 TUI 中还是在命令行中?
hg8*_*hg8 27
ASCII 格式的经典屏幕保护程序。
用法 :
wget https://raw.githubusercontent.com/pipeseroni/pipes.sh/master/pipes.sh
chmod +x pipes.sh
./pipes.sh
Run Code Online (Sandbox Code Playgroud)
安装 :
git clone https://github.com/pipeseroni/pipes.sh.git
cd pipes.sh
sudo make install
Run Code Online (Sandbox Code Playgroud)
选项 :
-t #
Run Code Online (Sandbox Code Playgroud)
管道类型。请参阅文档以查看所有内容。
-f [20-100]
Run Code Online (Sandbox Code Playgroud)
帧率。
-s [5-15]
Run Code Online (Sandbox Code Playgroud)
直线拟合的概率。
-r LIMIT
Run Code Online (Sandbox Code Playgroud)
x 个字符后重置,如果没有限制则为 0。
-R
Run Code Online (Sandbox Code Playgroud)
随机起点。
-B
Run Code Online (Sandbox Code Playgroud)
没有大胆的效果。
-C
Run Code Online (Sandbox Code Playgroud)
没有颜色。
有关更多信息,请参阅文档。
小智 25
cmatrix
是另一个伟大的!安装它:
sudo apt-get install cmatrix
Run Code Online (Sandbox Code Playgroud)
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)
Run Code Online (Sandbox Code Playgroud)
例子:
正常终端运行:
cmatrix -s -b
Run Code Online (Sandbox Code Playgroud)
安慰:
cmatrix -s -b -l
Run Code Online (Sandbox Code Playgroud)
注意:虽然我没有在此处的图像中显示它,但它是动画的。
如果您希望它像一个合适的屏幕保护程序一样工作(尽管该-l
选项不起作用),请查看此答案。
Tel*_*Why 14
此 ASCII 动画可用作屏幕保护程序:
您可以在此处了解如何安装它。
安装的第一部分将处理标准 Perl 安装中未包含的任何剩余依赖项。对于此安装,请执行以下步骤:
- 打开一个终端窗口。如果您使用的是无 GUI 服务器,则只需登录即可。
/tmp
使用命令切换到目录cd /tmp
。- 使用命令下载终端动画包
wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz
。- 使用命令解压终端动画包
tar -zxvf Term-Animation-2.4.tar.gz
。- 使用命令切换到新创建的目录
cd Term-Animation-2.4/
。- 使用命令构建 makefile
perl Makefile.PL && make && make test
。- 使用命令编译终端动画
sudo make install
现在安装实际的 asciiquarium 应用程序。按着这些次序。
- 打开一个终端窗口(同样,如果您使用的是无 GUI 服务器,只需登录)。
/tmp
使用命令切换到目录cd /tmp
。- 使用命令下载必要的包
wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
。- 使用命令解压 asciiquarium 包
tar -zxvf asciiquarium.tar.gz
。- 使用命令切换到新创建的目录
cd asciiquarium
。- 使用命令将可执行文件复制到必要的目录
sudo cp asciiquarium /usr/local/bin
。- 使用命令为可执行文件赋予适当的权限
sudo chmod 0755 /usr/loca/bin/asciiquarium
。是时候测试一下水族箱的水了。为此,请打开您的终端窗口(或者如果使用无 GUI 的机器 - 登录)并发出命令 /usr/local/bin/asciiquarium
hg8*_*hg8 14
条款保护程序是一个基于文本的屏幕保护程序,嵌入了各种动画:
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)
Run Code Online (Sandbox Code Playgroud)
(来自man termsaver
)
安装 :
sudo apt-get install termsaver
Run Code Online (Sandbox Code Playgroud)
或使用 Ubuntu 软件中心安装:
用法 :
termsaver matrix
Run Code Online (Sandbox Code Playgroud)
sudo apt-get install bsdgames
worms -d 190 -n 4
Run Code Online (Sandbox Code Playgroud)
rain -d 180
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
19615 次 |
最近记录: |