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
Description
Human-readable duration of time that hooked from timewarrior.
Solution I created a column that shows the duration of the task. It takes it from taskwarrior via hook.
task -r mine gives me this format of duration: PT20M55S taskwarrior-tui -r mine gives me this format of duration: 1255 seconds
task -r mine
taskwarrior-tui -r mine
Is there a way how I can see 0:20:55 (or ideally 0:21) in taskwarrior-tui? I use uda.totalactivetime.type=duration from this hook.
uda.totalactivetime.type=duration
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Human-readable duration of time that hooked from timewarrior.
Solution
I created a column that shows the duration of the task. It takes it from taskwarrior via hook.
task -r mine
gives me this format of duration: PT20M55Staskwarrior-tui -r mine
gives me this format of duration: 1255 secondsIs there a way how I can see 0:20:55 (or ideally 0:21) in taskwarrior-tui?
I use
uda.totalactivetime.type=duration
from this hook.The text was updated successfully, but these errors were encountered: