ccze -log colorizer for prompts-

Miscellaneous tools
Post Reply
Message
Author
User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

ccze -log colorizer for prompts-

#1 Post by GustavoYz »

This little program colorizes .log files in the terminal.

Code: Select all

cat /var/log/Xorg.0.log | ccze | less -r
Note that last pipe is not really needed and "more" command will work too if a pager is necessary.

* As my puppy and some new ones have "man", the man pages are in the pet.
** If vim is on your system, maybe u have the "less.sh" macro, which can be use as a pager to visualize files (less-way) + sintax colours.
Attachments
ccze-0.2.1.pet
Log colorizer app for terminal.
(68.4 KiB) Downloaded 331 times

Post Reply