aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant `.to_chain()` calls from editor command functionsnext魏曹先生2026-04-191-6/+6
* Remove tokio dependency and convert to synchronous code魏曹先生2026-04-192-18/+17
* Refactor output routing to use Into and to_render methods魏曹先生2026-04-181-13/+9
* Apply clippy suggestions魏曹先生2026-04-175-35/+19
* Add cat command to output bill content魏曹先生2026-04-171-0/+19
* Add help and version flags with external files魏曹先生2026-04-171-1/+11
* Add shell completion for CLI commands魏曹先生2026-04-172-3/+109
* Add edit command with table serialization support魏曹先生2026-04-174-29/+218
* Add CLI commands for bill management and persistence魏曹先生2026-04-1612-193/+399
* Initialize Rust project with billing calculation functionality魏曹先生2026-04-1613-0/+985