| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clippy suggestions | 魏曹先生 | 2026-04-17 | 5 | -35/+19 |
| | | | | | | | | | | | - 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 mingling dependency and musl-tools for Linux musl targetHEADv0.1.0master | 魏曹先生 | 2026-04-17 | 2 | -24/+93 |
| | | |||||
| * | Add GitHub Actions workflow for automated builds and releases | 魏曹先生 | 2026-04-17 | 1 | -0/+108 |
| | | |||||
| * | Add LICENSE and README files | 魏曹先生 | 2026-04-17 | 2 | -0/+42 |
| | | |||||
| * | Add cat command to output bill content | 魏曹先生 | 2026-04-17 | 2 | -0/+20 |
| | | |||||
| * | Add help and version flags with external files | 魏曹先生 | 2026-04-17 | 4 | -1/+39 |
| | | |||||
| * | Add shell completion for CLI commands | 魏曹先生 | 2026-04-17 | 4 | -4/+286 |
| | | |||||
| * | Add edit command with table serialization support | 魏曹先生 | 2026-04-17 | 5 | -29/+218 |
| | | |||||
| * | Add CLI commands for bill management and persistence | 魏曹先生 | 2026-04-16 | 14 | -198/+503 |
| | | |||||
| * | Initialize Rust project with billing calculation functionality | 魏曹先生 | 2026-04-16 | 17 | -0/+1706 |
