Resume / continue activity #237
Replies: 3 comments 5 replies
-
Yeah, such a feature might come handy. A dedicated command would be a bit too much, but it could rather be a flag like
|
Beta Was this translation helpful? Give feedback.
-
Yes, I really like the feature so much that for the last year I am using a little bash wrapper "tt" around klog and a unique log file, seemingly like @nazarewk did with Python : But, I went a bit further by extending the idea with Because I really resume a task way more often than I create one, even if it was buried/interrupted by one or more other tasks. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I propose to add
klog resume
command, it could be combined withklog stop
for an alternative toklog pause
.It would pretty much
klog start
the last closed entry with an open-ended range.klog stop
:klog resume
orklog start --resume
:Beta Was this translation helpful? Give feedback.
All reactions