summaryrefslogtreecommitdiff
path: root/crates/utils/string_proc/src/format_path.rs
AgeCommit message (Collapse)Author
2025-12-15Add edit mapping action for sheet operations魏曹先生
2025-11-23Apply clippy suggestions魏曹先生
2025-11-17feat: Add file status tracking and SHA1 hash system魏曹先生
- 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
2025-11-07Add path formatting utility and local sheet management魏曹先生
- 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