| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-01 | Add glob pattern matching utility | 魏曹先生 | |
| This implements a Globber struct that can match files and directories using wildcard patterns (* and ?). It supports relative paths, home directory expansion with ~, and cross-platform path separators. The implementation includes pattern matching with backtracking for complex patterns and handles different directory prefixes (current, user home, and root). | |||
