| Age | Commit message (Collapse) | Author |
|
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 `--show-log` flag to override profile logger setting - Add
validation for conflicting `--no-log` and `--show-log` flags - Refactor
`Vault::setup_vault` to accept vault name parameter - Update logger
initialization to respect configured log level - Add new dependencies:
`whoami`, `redox_syscall`, `wasite`, `web-sys` - Add error message for
conflicting log flags in locales
|
|
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).
|
|
When enabled, automatically runs `jv update` if vault content has been
modified by local operations.
|
|
|
|
- Add insert_item method to SimpleTable for flexible row insertion
- Add show_in_pager function for system pager support
|
|
Add quick sort implementation with custom comparison functions
|
|
|
|
|
|
|
|
|
|
- Create display module with SimpleTable structure
- Add size_str function for file size formatting
- Support ANSI escape sequence filtering in display width
- Provide table formatting with proper column alignment
|
|
This function opens the system editor with default text in a cache file,
reads back the modified content after editing, and removes comment
lines.
|
|
|
|
|
|
|
|
- Add jvref.rs binary
- Add build_env_logger.rs utility module
|
|
- Add locale support with English and Chinese translations
- Introduce new jv and jvv command-line tools
- Replace jvc.rs with improved command structure
- Add utility modules for language selection and markdown coloring
- Update configuration and dependencies
|