Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.04 KB

README.md

File metadata and controls

53 lines (41 loc) · 2.04 KB

WorkerTracker

WorkerTracker is a set of tools for monitoring and analyzing your computer activity.

How to run the app?

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.

Installation

Windows:

Download the windows installer.

Linux

Download the linux installer.

Requirements:

  • Qt5Widgets
  • Qt5Charts
  • Boost 1.61

Do I need this?

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!.

Build

  1. Download the sources:

a) latest git-master version:

$ git clone [email protected]:loganek/workertracker.git
$ cd workertracker

b) latest release: sources

  1. Compile the project
$ mkdir build
$ cd build
$ cmake ..
$ make

Contributing

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.

Licensing

This project is developed under BeerWare license. See LICENSE file for more details.