명령 줄 또는 TUI 용 ASCII 화면 보호기?


31

질문은 너무 광범위하여 종료되었으므로 여기서는 ASCII 애니메이션과 관련하여 더 구체적으로 설명하겠습니다. =)

TUI 또는 명령 줄에서 화면 보호기로 사용할 수있는 ASCII 애니메이션이 있습니까?


세계에서 TUI는 무엇입니까?
guntbert

2
@guntbert 텍스트 사용자 인터페이스 =)
TellMeWhy

예를 들면 다음과 같습니다.
TellMeWhy

다른 사람들처럼 CLI라고 부르지 않겠습니까?
guntbert

1
글쎄, 그것은 단지 CLI 일뿐입니다.하지만 ncurses명령 줄이 없지만 텍스트 기반이라는 인터페이스 가 TUI 와 같은 인터페이스이기 때문에 알게되었습니다 ( nm-tui예 : 참조 ).
guntbert

답변:


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

여기에 이미지 설명을 입력하십시오

여기에 이미지 설명을 입력하십시오

여기에 이미지 설명을 입력하십시오


12

이 ASCII 애니메이션은 스크린 세이버로 사용될 수 있습니다 :

라이브 수족관

여기에 이미지 설명을 입력하십시오

설치 방법은 여기에서 확인할 수 있습니다 .


5

출처

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

여기에 이미지 설명을 입력하십시오

rain -d 180

여기에 이미지 설명을 입력하십시오


-1

emacs의 존 모드는 스크린 세이버로 사용될 수 있습니다. 화면에 구운 모드 라인에 관심이 있다면 emacs 사용자가 아닙니다!

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.