Keep Track of Time
Currently tested only on linux.
Requires a c++ 17 compliant compiler
clone this repo into some folder
git clone https://github.com/adrianoviana87/ktot.git ~/ktotcreate a build directory
cd ~/ktot
mkdir buildrun cmake and make
cd build
cmake ../ktot_app
makenow you can run the app in the build directory (for now)
./ktot --help