| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clippy suggestions | 魏曹先生 | 2026-04-17 | 1 | -12/+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 edit command with table serialization support | 魏曹先生 | 2026-04-17 | 1 | -0/+55 |
