aboutsummaryrefslogtreecommitdiff
path: root/crates/utils/string_proc/src
Commit message (Collapse)AuthorAgeFilesLines
* Add edit mapping action for sheet operations魏曹先生2025-12-151-0/+9
|
* Apply clippy suggestions魏曹先生2025-11-231-2/+2
|
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-171-3/+41
| | | | | | | - Implement SHA1 hash calculation module with async support - Add file status analysis for tracking moves, creates, and modifications - Enhance local file management with relative path handling - Update virtual file actions with improved tracking capabilities
* Add path formatting utility and local sheet management魏曹先生2025-11-072-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
* refactor: Update sheet input handling and fix tests魏曹先生2025-09-264-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-251-3/+2
|
* Add string_proc util crates魏曹先生2025-09-203-0/+242