| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add path formatting utility and local sheet management | 魏曹先生 | 2025-11-07 | 2 | -0/+65 |
| | | | | | | | | - Implement format_path_str function to clean and normalize file paths - Add LocalSheet struct for tracking local file metadata - Support CRUD operations on local sheet mappings - Integrate path formatting into local sheet operations | ||||
| * | Add strip-ansi-escapes dependency to string_proc | 魏曹先生 | 2025-11-07 | 1 | -0/+1 |
| | | |||||
| * | refactor: Update sheet input handling and fix tests | 魏曹先生 | 2025-09-26 | 4 | -27/+45 |
| | | | | | | | | | - Modify Sheet::add_input to accept InputPackage instead of separate parameters - Use output_mappings method to generate InputPackage in tests - Update test assertions to match new path transformation logic - Fix mapping count assertions after adding multiple mappings - Clean up string_proc module structure | ||||
| * | Fixed by Clippy | 魏曹先生 | 2025-09-25 | 1 | -3/+2 |
| | | |||||
| * | Add string_proc util crates | 魏曹先生 | 2025-09-20 | 4 | -0/+248 |
