2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
bash-color-grc/conf.du
2016-05-14 00:33:44 -05:00

28 lines
466 B
Plaintext

# Cannot read
regexp=.*cannot read directory.*(Permission denied)$
colours=red,bold red
======
# Path
regexp=\.\/([-\w\d\.\+\s]+)(\/[-\w\d\.\/]+)*
colours=default,bold blue,blue
======
# Size 'K'
regexp=\d*[.,]?\dKi?\s
colours=green
======
# Size 'M'
regexp=\d*[.,]?\dMi?\s
colours=yellow
======
# Size 'G'
regexp=\d*[.,]?\dGi?\s
colours=red
======
# Size 'T'
regexp=\d*[.,]?\dTi?\s
colours=bold red
======
# Total
regexp=(.*)\s+(total)$
colours=bold yellow on_blue