mirror of
https://github.com/garabik/grc.git
synced 2024-11-10 21:26:52 +01:00
20 lines
332 B
Plaintext
20 lines
332 B
Plaintext
|
# REPO, TAG
|
||
|
regexp=^([a-z]+\/?[^\s]+)\s+([^\s]+)\s+(\w+)
|
||
|
colours=default,bold white,cyan,bold black
|
||
|
=====
|
||
|
# images without name
|
||
|
regexp=^<none>.*$
|
||
|
colours=bold red
|
||
|
=====
|
||
|
# Size 'K'
|
||
|
regexp=\s\d*[.,]?\d\sKB?
|
||
|
colours=green
|
||
|
======
|
||
|
# Size 'M'
|
||
|
regexp=\s\d*[.,]?\d\sMB?
|
||
|
colours=yellow
|
||
|
======
|
||
|
# Size 'G'
|
||
|
regexp=\s\d*[.,]?\d\sGB?
|
||
|
colours=red
|