peaclock

A responsive and customizable clock, timer, and stopwatch for the terminal.


 CMakeLists.txt           |   3 +-
 src/main.cc              |   6 +-
 src/peaclock/peaclock.cc | 678 +++++-------------------------------------------
 src/peaclock/peaclock.hh |  57 +---
 src/peaclock/tui.cc      | 538 ++++++++++++++++++++++++++++++++++++++-
 src/peaclock/tui.hh      |  43 +++-
 6 files changed, 690 insertions(+), 635 deletions(-)
Back to Top