streamd/src
Konstantin Fickel 42d9ecd3d9
All checks were successful
Release / Build and Release (push) Successful in 5s
Continuous Integration / Lint, Check & Test (push) Successful in 1m43s
Continuous Integration / Build Package (push) Successful in 1m56s
feat: add --minutes flag to timesheet command
Adds a -m/--minutes flag to `streamd timesheet` that displays time
in HH:MM format (e.g., 8:30) instead of decimal hours (e.g., 8.5h).
Includes unit tests for both formatting functions.
2026-04-07 07:57:28 +02:00
..
cli feat: add --minutes flag to timesheet command 2026-04-07 07:57:28 +02:00
extract refactor: rewrite in rust 2026-03-29 18:28:03 +02:00
localize refactor: rewrite in rust 2026-03-29 18:28:03 +02:00
models refactor: rewrite in rust 2026-03-29 18:28:03 +02:00
query refactor: rewrite in rust 2026-03-29 18:28:03 +02:00
timesheet refactor: use chrono for month names 2026-04-02 18:18:48 +02:00
config.rs chore: switch from yaml to toml 2026-03-29 19:14:51 +02:00
error.rs feat(todo): add numbered tasks, edit, done, and future filtering 2026-04-02 18:27:19 +02:00
lib.rs refactor: rewrite in rust 2026-03-29 18:28:03 +02:00
main.rs feat: add --minutes flag to timesheet command 2026-04-07 07:57:28 +02:00