| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support windows | 魏曹先生 | 2025-12-06 | 1 | -11/+7 |
| | | | | | | | | - Simplify PowerShell wrapper function parameter handling - Change log filename format to use hyphens instead of colons - Correct Windows drive letter extraction logic to avoid compilation errors | ||||
| * | Fix globber matching issues due to base_dir differences | 魏曹先生 | 2025-12-03 | 1 | -11/+28 |
| | | |||||
| * | Add debug glob command for testing file matching | 魏曹先生 | 2025-12-02 | 1 | -0/+24 |
| | | | | | | | 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. | ||||
| * | Add glob pattern matching utility | 魏曹先生 | 2025-12-01 | 1 | -0/+239 |
| 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). | |||||
