SIGN IN SIGN UP

[feature/ripgrep-glob] Add ripgrep-based file globbing to improve performance

- Introduced `globWithRipgrep` function to perform file globbing using the `rg` (ripgrep) command.
- Updated `globFiles` to prioritize ripgrep-based globbing and fall back to doublestar-based globbing if ripgrep fails.
- Added logic to handle ripgrep command execution, output parsing, and filtering of hidden files.
- Ensured results are sorted by path length and limited to the specified maximum number of matches.
- Modified imports to include `os/exec` and `bytes` for ripgrep integration.
I
isaac-scarrott committed
3c2b0f4dd03f4b9d366a4667608390923618bb0c
Parent: 9738886
Committed by Kujtim Hoxha <kujtimii.h@gmail.com> on 4/27/2025, 4:01:31 PM