
TermSaver
A simple text-based terminal screensaver.
A simple text-based terminal screensaver.
This is an open source initiative for people spending too much time on the black screen... because it can also be fun in there!
Usage
$ termsaver --help
You can terminate a screen at anytime by pressing Ctrl+C, standard keyboard interrupt command for command-line applications.
Installation
From Ubuntu (12.10+):$ sudo apt-get install termsaver
You can also download the latest debian package:
$ sudo pip install termsaver
Or, build it from the source: download latest file available here.
$ tar -zxvf termsaver-{version}.tar.gz $ cd termsaver-{version} $ sudo python setup.py install