Isaias Piña

Results 9 comments of Isaias Piña

This was fixed on 6f0a553c76149001fc837c07be8f9898b6bf39ac I think

@garabik I guess this one is no longer needed.

I think this is already fixed. `grc.zsh` and `grc.fish` are included in install.sh.

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...

I did a quick mock up: ![image](https://github.com/garabik/grc/assets/6983510/1189a142-d71b-410e-ac3b-251400580580) 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=(?

For JSON formatting/colorize, I always rely on jq.

I'm facing a similar error that might be related: ![image](https://github.com/eza-community/eza/assets/6983510/0e04f831-25f9-4cbf-8cc1-b5a62365c2ba) Error text: ``` thread 'main' panicked at /usr/share/cargo/registry/chrono-0.4.31/src/datetime/mod.rs:1418:38: No such local time ``` if removing the `--color-scale` the command works...