A command line tool that fetches time tracking data from Gitea API and pretty-prints a tabular summary.
Go to file
DuckDuckWhale b3612b89a3 Fix: displaying 0 time on 3572 seconds
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.
2020-11-19 00:37:49 -08:00
src Fix: displaying 0 time on 3572 seconds 2020-11-19 00:37:49 -08:00
.gitattributes Initial commit 2020-11-13 03:30:18 -08:00
.gitignore Initial commit 2020-11-13 03:30:18 -08:00
Cargo.lock Add: automatically calculate the time 24 hours ago 2020-11-15 01:29:44 -08:00
Cargo.toml Add: automatically calculate the time 24 hours ago 2020-11-15 01:29:44 -08:00
rustfmt.toml Initial commit 2020-11-13 03:30:18 -08:00