Skip to content

JamesPhillipsUK/termirain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.