Super simple timer for debian.
you can find how to report bug for clc here
clc debian package is in developing process so before build we have to install all clc build dependency
# installing all library and package that clc needs
chmod +x install_dependency.sh
./install_dependency.sh
# build
cmake .
make
- keybind
- space : start/stop timer
- r : restart record
- q : quit app
thanks for you attention.this project is super experimental so please feel free to report any typo , bug ... or any problem that you see
