Closed resolritter closed 6 years ago
Is it possible to pipe the file output's to some other command before colorizing?
E.g. ccat file --pipe-to="grep 'pattern'"
ccat file --pipe-to="grep 'pattern'"
EDIT: I found out know it's possible to do it like this:
cmd file | [commands] | ccat
Reading from stdin instead, so I guess it solves it for me.
Is it possible to pipe the file output's to some other command before colorizing?
E.g.
ccat file --pipe-to="grep 'pattern'"
EDIT: I found out know it's possible to do it like this:
cmd file | [commands] | ccat
Reading from stdin instead, so I guess it solves it for me.