rgrc 0.6.12

Rusty Generic Colouriser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Intended for colouring LDIF output (from ldap tools)
# comments
regexp=^#.*
colours=green
count=stop
-
# meta
regexp=^(version|search|result):
colours=red
count=stop
-
# "attribute: value" pairs
regexp=^.*?:
colours=blue
count=stop