Closed
Description
I'd love to keep different types for instance, and not have to specify --type-add
each time.
My specific case is type zsh which searches zsh config files (.zshrc
*.zsh
, and some custom .zsh*
).
Maybe it could support more stuff like no-heading
, --heading
etc as well, which would allow people to customize rg more.
(I know I can just alias rgzsh="rg --type-add 'zsh:*.zsh' --type-add 'zsh:.zshrc' --type zsh"
, but meh)
Loving the tool, btw!