Open Tymek opened 5 years ago
You can write an extension for the web browser. and sending activity data by an HTTP request to the tracker server: POST /ajax/upload
. and you can get the reference of the request body from:
Is there such extension for google chrome available?
Can I track not only when VSCode is focused? I like the idea of tracking time by branch, but most of the time I would like to include other activity (reading specs etc, API docs etc). If I try to solve it myself with PRq, where should I start?