timesheet.txt icon indicating copy to clipboard operation
timesheet.txt copied to clipboard

A plain-text timesheet file format and tools for it.

Results 13 timesheet.txt issues
Sort by recently updated
recently updated
newest added

The second example day does not

documentation
file format

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.

documentation
file format

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...

enhancement
help wanted
file format

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...

enhancement
help wanted
file format

Starting to work on #8. WIP.

documentation
enhancement
file format

Basically a complete specification of the syntax, instead of just examples.

documentation
enhancement
file format

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...

enhancement
help wanted
file format

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...

enhancement
help wanted
file format

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.

documentation
enhancement

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...

enhancement