| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-03 | Fix globber matching issues due to base_dir differences | 魏曹先生 | |
| 2025-12-02 | Add debug glob command for testing file matching | 魏曹先生 | |
| The new `jv _glob` command allows testing glob patterns against both local files and sheet contents. It helps verify how the globber matches files in different contexts. | |||
| 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). | |||
