Allow stop without previous start command #362
Unanswered
rkj
asked this question in
Help / Question
Replies: 2 comments
-
|
I've found simple bash workaround: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Retroactively starting a time range is tricky, because it also might be undesired, or cover up a mistake. It’s probably better to make the behaviour explicit, as with your workaround for example. As alternative idea to your solution, I could also imagine a custom command like klog_commit() {
klog stop -s "'$*'"
klog start
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I frequently forget to run start command, and then need to look up when was end time of my previous entry and use
trackwith full times to create it. It would be nice if I could just use it like:Beta Was this translation helpful? Give feedback.
All reactions