In all the tools to get colors with less command: -R, Pygments, GNU Source-highlight, vless, ... ccze make me sastified with below command:
ccze -A < /path/to/log/file | less -R
but Shift+g doesn't work as expected:
- I must press Ctrl+c first
- follow by Shift+g, but it doesn't go to the end of file
Did I miss something?