KDAB / Charm

The Cross-Platform Time Tracker
GNU General Public License v2.0
192 stars 70 forks source link

Allow tracking of time on multiple tasks concurrently #356

Open strangelittlemonkey opened 4 years ago

strangelittlemonkey commented 4 years ago

At the moment, starting one talks pauses the timer of any previous task that was running. There are times when people are multitasking, but also I was using it to track time on a few people. With that comes that problem that I can't specify a database for it to load separate for each instance, and even if I could it would be overly burdensome for the task. I don't really want to run it from a jail or a new user just to get around this, I think ideally a unified interface would be possible. Would there be openness to a new feature to allow for the tracking of more than one task at a time?