timesheet.txt
timesheet.txt copied to clipboard
A plain-text timesheet file format and tools for it.
A corner case for sure, but it is possible to change date by changing timezone (https://docs.rs/chrono/0.4.7/chrono/offset/trait.TimeZone.html#method.ymd). I do not think this is handled by the format currently.
Basically, I want to support hashtags in the description text. These should be used for specifying a project, subproject or really anything that you'd like to group or filter by...
I'm splitting #3 in three separate issues, this is one of them. Example file: ``` 1234 some entry 1255 customer calls 1315. # bathroom break ``` It's now 1322 and...
Basically a complete specification of the syntax, instead of just examples.
I'm splitting #3 in three separate issues, this is one of them. Example file: ``` 1234 implement CLI parser 1245 customer called, discussed some open questions 1320. # bathroom break...
I'm splitting #3 in three separate issues, this is one of them. Example file: ``` 1234 implement CLI parser 1245 customer called, discussed some open questions 1320. # bathroom break...
I don't know, like how to organize your file(s), when to create a new entry, how to be as quick as possible, how to choose tags or something.
My use case is: For a given day (or date range), group entries by issue ID and description, optionally filtering by billable flag. Then, create worklog entries in Jira. As...