| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove tokio dependency and convert to synchronous code | 魏曹先生 | 2026-04-19 | 1 | -15/+15 |
| | | |||||
| * | Refactor output routing to use Into and to_render methods | 魏曹先生 | 2026-04-18 | 1 | -13/+9 |
| | | |||||
| * | Apply clippy suggestions | 魏曹先生 | 2026-04-17 | 1 | -5/+2 |
| | | | | | | | | | | | - Use `BTreeMap::entry` API in `update_item` - Replace `or_insert_with(Vec::new)` with `or_default` - Iterate over map values instead of key-value pairs - Use `std::io::Error::other` for custom errors - Simplify filter logic with direct predicate - Replace manual `Into` implementation with `From` - Remove unnecessary explicit returns | ||||
| * | Add cat command to output bill content | 魏曹先生 | 2026-04-17 | 1 | -0/+19 |
| | | |||||
| * | Add help and version flags with external files | 魏曹先生 | 2026-04-17 | 1 | -1/+11 |
| | | |||||
| * | Add shell completion for CLI commands | 魏曹先生 | 2026-04-17 | 1 | -3/+94 |
| | | |||||
| * | Add edit command with table serialization support | 魏曹先生 | 2026-04-17 | 1 | -28/+94 |
| | | |||||
| * | Add CLI commands for bill management and persistence | 魏曹先生 | 2026-04-16 | 1 | -6/+229 |
| | | |||||
| * | Initialize Rust project with billing calculation functionality | 魏曹先生 | 2026-04-16 | 1 | -0/+6 |
