We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add colorization for the route command on Linux
route
The text was updated successfully, but these errors were encountered:
The problem with route command is that the command is a bit slow. GRC colorizes after the command exits.
TLDR; You will have no output until the command finishes. In my tests, about 17 seconds
Sorry, something went wrong.
I did a quick mock up:
This is the file I used:
# Network DEFAULT regexp=\bdefault\b colours=on_green bold black - # IP regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} colours=magenta - # Mask regexp=(?<=255)((\.0)+) colours=bold magenta - # all host regexp=0\.0\.0\.0 colours=bright_black - # Flags regexp=\b[UHGRDMAC!]+\b colours=yellow - # iface regexp=(?<=\d\s)\b[-\w\d]+$ colours=cyan
This is great, thanks
No branches or pull requests
Add colorization for the
route
command on LinuxThe text was updated successfully, but these errors were encountered: