WorkerTracker is a set of tools for monitoring and analyzing your computer activity.
The project consists of two applications:
- workertracker - background process that tracks your activity and saves the data to a database. It's highly recommended to add the program to your autostart script. If you are Windows user, installer can do it automatically for you.
- workertracker-analyzer - application for analyzing the data. It doesn't have to be run all the time, but only when you want to look at your data.
Download the windows installer.
Download the linux installer.
Requirements:
- Qt5Widgets
- Qt5Charts
- Boost 1.61
If you:
- want to analyze your daily computer activity and use the data for improving the productivity,
- are curious how much time do you waste on entertainment sites,
- are obsessed with profiling your life,
then the answer is YES!.
- Download the sources:
a) latest git-master version:
$ git clone git@github.com:loganek/workertracker.git
$ cd workertracker
b) latest release: sources
- Compile the project
$ mkdir build
$ cd build
$ cmake ..
$ make
Please fork the parent repository and contribute back using pull requests. Features can be requested using issues. All code, comments, and critiques are greatly appreciated.
This project is developed under BeerWare license. See LICENSE file for more details.