xuveki / laps

Tracks the time you spend on your tasks. Provides a breakdown of your day and writes to a file.
MIT License
0 stars 0 forks source link

Stop the task automatically after a few minutes of inactivity #16

Open xuveki opened 1 year ago

xuveki commented 1 year ago

This could be keystrokes/mouse movement. User should have the option to add an argument when they enter a task if they'd like their activity to not be tracked (i.e. they're doing errands or anything that doesn't involve their device).

This should come after refactoring and implementing a more robust command/argument/general input system