the original grc has the following options:
-e --stderr redirect stderr. If this option is selected,
do not automatically redirect stdout
-s --stdout redirect stdout, even if -e is selected
-c name --config=name use name as configuration file for grcat
--colour=word word is one of: on, off, auto
--pty run command in pseudoterminal (experimental)
How does rgrc handle stdout, stdr and pty (for example ssh and kubectl exec)?
Oh and BTW grc uses colour whilst rgrc uses color to make it a real drop-in replacement it would be nice if rgrc would also support --colour :)
the original
grchas the following options:How does
rgrchandlestdout,stdrandpty(for examplesshandkubectl exec)?Oh and BTW
grcusescolourwhilstrgrcusescolorto make it a real drop-in replacement it would be nice ifrgrcwould also support--colour:)