A command line tool that fetches time tracking data from Gitea API and pretty-prints a tabular summary.
b3612b89a3
Previously it is only rounded to the nearest minute after calculating the number of hours, which led to hour calculation showing 0 hour and minutes rounding to 60 and showing 0 minute as well. Now it is properly rounded to the nearest minute before the formatting logic. |
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
rustfmt.toml |