aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor output routing to use Into and to_render methods魏曹先生2026-04-181-13/+9
|
* Apply clippy suggestions魏曹先生2026-04-175-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-172-24/+93
|
* Add GitHub Actions workflow for automated builds and releases魏曹先生2026-04-171-0/+108
|
* Add LICENSE and README files魏曹先生2026-04-172-0/+42
|
* Add cat command to output bill content魏曹先生2026-04-172-0/+20
|
* Add help and version flags with external files魏曹先生2026-04-174-1/+39
|
* Add shell completion for CLI commands魏曹先生2026-04-174-4/+286
|
* Add edit command with table serialization support魏曹先生2026-04-175-29/+218
|
* Add CLI commands for bill management and persistence魏曹先生2026-04-1614-198/+503
|
* Initialize Rust project with billing calculation functionality魏曹先生2026-04-1617-0/+1706