mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
32 lines
552 B
Plaintext
32 lines
552 B
Plaintext
# DEV
|
|
regexp=dev\s(\S+)
|
|
colours=default,cyan
|
|
=====
|
|
# Gateway
|
|
regexp=(via)\s(\S+)\s
|
|
colours=default,yellow,bold yellow
|
|
=====
|
|
# Network
|
|
regexp=^(default|[^ \/]+(\/(\d+))?)
|
|
colours=green,bright_green,default,green
|
|
=====
|
|
# Network DEFAULT
|
|
regexp=^default
|
|
colours=on_green bold white
|
|
=====
|
|
# Local
|
|
regexp=(src)\s(\S+)\s?
|
|
colours=default,magenta,bold magenta
|
|
=====
|
|
# proto
|
|
regexp=(proto)\s(\S+)\s
|
|
colours=default,default,dark yellow
|
|
=====
|
|
# metric
|
|
regexp=(metric)\s(\d+)\b
|
|
colours=default,default,bold white
|
|
=====
|
|
# linkdown
|
|
regexp=linkdown
|
|
colours=bold red
|