We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git master
Just need an additional list entry in https://github.com/BurntSushi/ripgrep/blob/master/grep-cli/src/decompress.rs#L349 and a small update to the manual page. Kudos to @balajisivaraman for already having done the work to easily add more decompressors in a general fashion.
Something like:
+ const ARGS_ZSTD: &[&str] = &["zstd", "-d", "-c"]; ... + cmd("*.zst", ARGS_ZSTD),
I can't find where the OPTIONS (-z, --search-zip) portion of the manual page is stored in the directory hierarchy, but that should be updated as well.
-z, --search-zip
Should be pretty trivial! Thanks for considering it.
The text was updated successfully, but these errors were encountered:
grep-cli: support Brotli/Zstd decompression
0d5164e
Fixes BurntSushi#1099
0b04553
Fixes #1099
Awesome, thanks!
Sorry, something went wrong.
No branches or pull requests
What version of ripgrep are you using?
git master
Describe your question, feature request, or bug.
Just need an additional list entry in https://github.com/BurntSushi/ripgrep/blob/master/grep-cli/src/decompress.rs#L349 and a small update to the manual page. Kudos to @balajisivaraman for already having done the work to easily add more decompressors in a general fashion.
Something like:
I can't find where the OPTIONS (
-z, --search-zip
) portion of the manual page is stored in the directory hierarchy, but that should be updated as well.Should be pretty trivial! Thanks for considering it.
The text was updated successfully, but these errors were encountered: