mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
ChangeLog: https://github.com/garabik/grc/ * do not automatically create command aliases, unless explicitly specified (for bash) * several minor improvements PR: 264401 Reported by: sec.research.2005@gmail.com Approved by: walter@lifeforms.nl (maintainer, timeout > 2 weeks)
23 lines
409 B
Text
23 lines
409 B
Text
# Interface Name
|
|
regexp=^\s([-\w]+):
|
|
colors=default,bright_green
|
|
======
|
|
# Dates
|
|
regexp=(\d{4}-\d{2}(?:-\d{2})?)
|
|
colors=unchanged,bright_magenta
|
|
======
|
|
# Numbers
|
|
regexp=(\d+\.\d+)
|
|
colors=unchanged,bright_cyan
|
|
======
|
|
# MiB
|
|
regexp=(MiB)
|
|
colors=unchanged,bright_yellow
|
|
======
|
|
# MiB
|
|
regexp=(GiB)
|
|
colors=unchanged,bright_red
|
|
======
|
|
# No data
|
|
regexp=(Not enough data available yet)
|
|
colors=unchanged,"\033[38;5;242m"
|