Tack
- 4 Devlogs
- 11 Total hours
A desktop app that track the time you spend on each application. The main challenge here is that I want it to work on multiple OS, so I will probably have to implement the same thing multiple times.
A desktop app that track the time you spend on each application. The main challenge here is that I want it to work on multiple OS, so I will probably have to implement the same thing multiple times.
So, I got this idea that maybe I could parse window title to find texts that didn’t change (called them static titles). I tried implementing it but it’s a nightmare, specially cause every application has it’s own way to format it’s title. Also cause I haven’t slept in almost a day so I was pretty much blindly typing crap. After this session I think I will just add a LLM hook that will create a Json for each application, explaining what is static title, what changes and how to deal with it.
Added app description and app identifiers. Changed entirely the way to know which application the user is focused on. Added static and dynamic titles for applications.
Proof of concept implemented and all initial structure created.