Skip to content

ajilk/Epoch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epoch



A Digital Clock written from ground up in C++ using ncurses

Clone:
git clone https://github.com/azimex/Epoch.git
Make:
cd Epoch/src; make;
Run:
make run;

Run with options
./time 2 5 "+%M:%S"
arg1 = font
arg2 = color (0-7)
arg3 = date format

Epoch is part of the Concept Series