sourcegraph / thyme

Automatically track which applications you use and for how long.
MIT License
2.24k stars 81 forks source link

Support specific window title detection in Safari, iTerm2, Microsoft Word, VSCode #73

Open mafredri opened 8 years ago

mafredri commented 8 years ago

Looking at data.go#L160-L187 (Window -> Info()) it seems thyme makes no attempt to parse the application name for any other applications than Chrome or Slack.

This results in the coarse timeline (among other things) being cluttered by various window titles, making it harder to get an idea of what application stays in focus.

beyang commented 8 years ago

Which applications do you want handled?

mafredri commented 8 years ago

This is a coarse-grained timeline of all the applications you use over the course of the day. Every bar represents an application.

Judging from this description I'd expect it to apply to all applications, e.g. Code, Safari, Microsoft Word, iTerm2, etc.

Currently it (the first graph), and the one that represents distinct windows (second graph) are almost identical.