apptime is a program for tracking application uptime.
- Statistics view: you can view statistics about the time spent in different applications;
- Filtering: you can remove unnecessary applications to track uptime;
- Settings: you can configure program parameters such as monitoring periods and other settings.
Requirements:
- Compiler with C++20 support;
- CMake 3.20+;
- Qt 6;
git clone https://github.com/imring/apptime
cd apptime
cmake . -B build
cmake --build build