/termirain

An animated screensaver for *Nix TUIs.

Primary LanguageCGNU General Public License v3.0GPL-3.0

termirain

An animated screensaver for *Nix TUIs. Termirain is an animated screensaver (using NCurses) for *Nix Terminals, displaying a screenful of rain pouring onto a field.

Install

  • Download Termirain and navigate to the directory containing the download.
  • As root run either:make or gcc -std=gnu11 -o /usr/bin/rain main.c -lncurses in this directory.
  • Or as a user with sudo privileges run either:sudo make or sudo gcc -std=gnu11 -o /usr/bin/rain main.c -lncurses in this directory.

Run

To run Termirain, just type rain into your terminal.