grc
grc copied to clipboard
grc du -hs ~/.cache/*
I'm using grc version 1.11.1. The command in the title is not working properly - for some reason the following in grc.conf is matched:
# log file
\b\w+\b.*log\b
conf.log
Instead of the settings for du. For all other directories other than .cache the du command is being colorized fine.
I'll bet there is a file named *.log in your .cache/* directory. I am not quite sure what to do with this, on one hand, the regex for log is really broad, on the other hand, we do not know what commands people would like to use with *.log files...
You're right, I have a xsel.log in .cache. So this is "unfixable"?