Skip to content

Conversation

google-labs-jules[bot]
Copy link
Contributor

Fixes #194

This commit introduces the ability to customize the rg command used by `Invoke-PsFzfRipgrep` through the `PSFZF_RG_PREFIX` environment variable.

If `PSFZF_RG_PREFIX` is set, its value will be used as the prefix for the rg command. Otherwise, a default value (`rg --column --line-number --no-heading --color=always --smart-case`) will be used.

This allows you to add custom flags like `--hidden` or `--glob '!node_modules'` to your rg searches.

The documentation has been updated to reflect this new feature.
@kelleyma49 kelleyma49 closed this Jun 27, 2025
@kelleyma49 kelleyma49 deleted the feature/customize-rg-prefix branch June 27, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Allow customization for rg command in Invoke-PsFzfRipgrep

1 participant