timetracker
cli: Add CLI There is zero TUI libraries for Zig that is usable. Majority of ones I found online are vibecoded non-working fakers. CLI should be okay for my usage, as I don't record micro tasks nowadays. The reason I choose Zig is simplicity. As there is virtually no hidden stuffs, I can "feel" the raw speed of event processing everytime interacting with the CLI. If this minimal implementation got slowed down, future implementations in different platform such as GC-ed one would be much slower thus I know the fundamental data / file design needs redesign.

Changes

17 changed files (+2516/-4)