prismtty 0.2.4

Fast terminal output highlighter focused on network devices and Unix systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
profile:
  name: custom-router
  inherits: [generic]
  detection:
    - CustomOS
rules:
  - description: CustomOS interface
    regex: '\bcust\d+/\d+\b'
    color: f#00ffff bold
  - description: CustomOS HA role
    regex: '(?i)\b(primary|secondary|standby)\b'
    color: f#ffff00