Closed vcrini closed 3 years ago
When I pipeline rga output with less e.g. rga something | less -r or rga something | less -R
rga something | less -r
rga something | less -R
output is paginated but colorized output is no more present
Should work the same as with ripgrep. Which should work pretty much the same as with normal grep. Something like --color=always
--color=always
Oh my bad, thanks a lot. Valerio
When I pipeline rga output with less e.g.
rga something | less -r
orrga something | less -R
output is paginated but colorized output is no more present