starwars - draws a perspective text crawl, like at the beginning of the movie
Note that starwars is not a terminal emulator: programs that try to directly address the screen will not do what you might expect. This program merely draws the characters on the screen left to right, top to bottom, in perspective. Lines (may) wrap when they reach the right edge.
In other words, programs like fortune(1) will work, but programs like top(1) won't.
Some examples:
starwars -columns 30 -program \ 'wget -qO- http://webcrawler.com/cgi-bin/SearchTicker' starwars -columns 76 -program 'cat /usr/src/linux/README' starwars -program 'ping www.starwars.com' starwars -no-wrap -left -program 'finger @gnu.org' starwars -no-wrap -left -program 'ps -ef'
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |