Encode time delta instead of absolute times
Open
- Dominant language
- Rust
- Stars
- 30
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The current file format use absolute time spent since the beginning of the recording.
This means manually editing a file (adding / removing entries) is tricky since it requires to offset the entire remaining of the file.
Storing delta times since last command would solve this problem. It may result in slightly more error accumulation caused by rounding, but no one probably cares about that ~~(or it could be made an option?)~~.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.