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 ~/ktot
create a build directory
cd ~/ktot
mkdir build
run cmake and make
cd build
cmake ../ktot_app
make
now you can run the app in the build directory (for now)
./ktot --help