Aggregation strategies for untagged entries in klog tags
#349
Replies: 1 comment 2 replies
-
|
Thanks for putting so much thought into this! I think you are raising a fair point, and Iβm wondering whether this should maybe be addressed on a broader level. Currently, if one evaluates multiple files (or bookmarks) at once, klog basically merges them internally as if they were a single large file. However, when people segregate their activities by file (e.g., one file per activity kind, one per client project, one per month, whatever), this merging behaviour may not always be useful. This doesnβt seem to be specific to One technical note about your proposal: unfortunately, itβs not possible to have a CLI flag with an implicit default value, because the following word couldnβt be properly disambiguated. E.g., for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to propose an extension to the
--with-untaggedflag, introduced to thetagscommand after #342.DISCLAIMER: I'm not too sure yet whether it's all that useful in general.
Beta Was this translation helpful? Give feedback.
All reactions