grc icon indicating copy to clipboard operation
grc copied to clipboard

generic colouriser

Results 94 grc issues
Sort by recently updated
recently updated
newest added

Hello I want to check for "error", "Error" and "ERROR" in my log files. How can I make the regex case-insensitive. I can't add an "i" to the expression like...

RFC 5424 [1], which is based on RFC 3339 [2], defines a new time stamp format for syslog messages and is the default in rsyslog [3] The benefits of this...

zsh will not source the grc.zsh for some weird reason, when I paste the command in the prompt it is getting sourced, but not from my .zshrc file.

logo-ls is a modern ls command with beautiful icons and Git integration. Written in Golang. https://github.com/Yash-Handa/logo-ls I just added support for the colorized output of logo-ls if you're using it...

Modified pattern coloring process to apply coloring in an order consistent with configured color lists and regex groups. Fixes garabik/grc#215.

So, this is an abuse of grcat, but just to demonstrate. When I pipe a binary file (or file with some funny encoding) to grcat, it returns error. Ofcourse, coloring...

Here is my config file: ``` regexp=(\./)(.*/)([^/]+)(\.\w+) colours=bold white,magenta,cyan,yellow ``` Here is some sample output: ![image](https://user-images.githubusercontent.com/3631136/172186981-ebac9881-c75f-4113-8015-3d87aa05bf93.png) The regex seems to match correctly, but the colors are in the wrong order....

when I run this command locally: ssh myserver.com "tail -F /var/log/syslog | grcat conf.log" it waits, presumably because buffering. It will work when I make the buffer overflow: ssh myserver.com...