peaclock

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


 .gitignore               |    2 +-
 CMakeLists.txt           |   58 ++-
 LICENSE                  |   21 +-
 README.md                |   54 ++-
 build.sh                 |   26 +-
 env.sh                   |    3 +-
 install.sh               |   26 +-
 src/main.cc              |  112 ++++-
 src/ob/parg.hh           |  825 ++++++++++++++++++++++++++++++-
 src/ob/string.cc         |  132 +++++-
 src/ob/string.hh         |   19 +-
 src/ob/term.hh           | 1285 +++++++++++++++++++++++++++++++++++++++++++++++-
 src/peaclock/peaclock.cc |   14 +-
 src/peaclock/peaclock.hh |   14 +-
 14 files changed, 2591 insertions(+)
Back to Top