You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am journaling, it would be nice to record the duration of the activity being journaled. For example, I journal meeting attendance and have a script which generates meeting journals in a standardized way to aid searching and presentation. I could add a duration to each journal entry however this would result in inconsistent placement of the duration in the entry and the formatting would vary widely. One of the great features of JRNL is idiomatic time and date ("wednesday" identifies the date of last Wednesday", etc. Idiomatic durations could be used to specify this. For example 1h, 10m, All day, etc. This is useful in identifying areas of work that are time consuming.
Example Usage
#> jrnl 13:00: Meeting with operations about bug 123 --duration 1:30
Alternatively
#> jrnl 13:00-14:30: Meeting with operations about bug 123
Yeilds:
#> jrnl -from today
2022-11-07 13:00-14:30 (1.5 hr) Meeting with operations about bug 123
Other Information
No response
The text was updated successfully, but these errors were encountered:
Use Case/Motivation
When I am journaling, it would be nice to record the duration of the activity being journaled. For example, I journal meeting attendance and have a script which generates meeting journals in a standardized way to aid searching and presentation. I could add a duration to each journal entry however this would result in inconsistent placement of the duration in the entry and the formatting would vary widely. One of the great features of JRNL is idiomatic time and date ("wednesday" identifies the date of last Wednesday", etc. Idiomatic durations could be used to specify this. For example 1h, 10m, All day, etc. This is useful in identifying areas of work that are time consuming.
Example Usage
#> jrnl 13:00: Meeting with operations about bug 123 --duration 1:30
Alternatively
#> jrnl 13:00-14:30: Meeting with operations about bug 123
Yeilds:
#> jrnl -from today
2022-11-07 13:00-14:30 (1.5 hr) Meeting with operations about bug 123
Other Information
No response
The text was updated successfully, but these errors were encountered: