peaclock

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


 CMakeLists.txt           |   1 +-
 config/default           |  52 ++++++--
 src/info.hh              |  42 +++++-
 src/ob/timer.hh          | 318 ++++++++++++++++++++++++++++++++++++++++++++++++-
 src/peaclock/peaclock.cc |  62 +++++----
 src/peaclock/peaclock.hh |  79 +++++++++++-
 src/peaclock/tui.cc      | 229 +++++++++++++++++++++++++++++++++--
 7 files changed, 738 insertions(+), 45 deletions(-)
Back to Top