We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're kind of a productivity app so add a Start timer command.
Start timer
This is to measure how long a given task takes:
implement timer
Maybe remember all non-cancelled timers with date, start time, name, duration
Maybe auto-add done timers to daily journal for current day e.g. as:
task: implement timer, dur: 1 hr 37 min, start: 17:37
The format could be editable.
This is to record timer tasks.
Related: pomodoro timer?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're kind of a productivity app so add a
Start timer
command.This is to measure how long a given task takes:
implement timer
Maybe remember all non-cancelled timers with date, start time, name, duration
Maybe auto-add done timers to daily journal for current day e.g. as:
The format could be editable.
This is to record timer tasks.
Related: pomodoro timer?
The text was updated successfully, but these errors were encountered: