Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.28 KB

Pws

Open Source Love png2 License GitHub commit activity

Pws is open source application for watching your activity on all applicatoins and your projects. Based on X11 lib.

Features

  • Application activity tracking
  • Track changes in your projects
  • Time using appilications

Requirements

Install

> git clone https://github.com/b3-v3r/Pws.git
> cd Pws
> mkdir build
> mkdir stats
> cd build
> cmake ..
> make

Using

  • Example make configuration file ( recomended filename config.json )

      {
      	"projects": ["path/to/project1", "path/to/project2"]
      }
    
  • Start tool

      ./PwsCore config.json
    
  • Watch your statistics on local server

      http://127.0.0.1:2020/main.html