2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
bash-color-grc/colourfiles/conf.proftpd
Radovan Garabík 5758a80b5e spelling
2017-04-21 10:29:25 +02:00

32 lines
576 B
Plaintext

# this configuration file is suitable for displaying proftpd log files
# submitted by Pavol Domin
# everything in brakets
regexp=\[.+?\]
colours=cyan
count=more
======
# everything in ""
regexp=\".+?\"
colours=green
count=more
======
# ip number
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
colours=bold magenta
count=more
======
# STOR
regexp=STOR
colours=bold red on_white
count=more
======
# RETR
regexp=RETR
colours=black on_white
count=more
==
# first tree fields separated by space
regexp=^([\w\.]+?\s)([\w\.]+?\s)([\w\.]+?\s)
colours=bold blue, bold yellow, bold magenta