Skip to content
forked from rettub/wccollog

color weechat logfiles (depending on weechat.conf) and print it colored to stdout

Notifications You must be signed in to change notification settings

Trebled/wccollog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

wccollog

print colored weechat logfiles.


Usage:
    wccollog [-weechat-home-dir <dir>] [-mynick <nick>] -logfile <file> 

    pipe to less:

    wccollog [-weechat-home-dir <dir>] [-mynick <nick>] -logfile <file> |less -R

    or e.g. with grep (for a date):

    grep "^2010-01" logfile | wccollog -l - |less -R

   -l, -logfile:          weechat logfile or '-' for stdin

   -w, -weechat-home-dir: directory to look for weechat.conf needed for colors
                          default is ~/.weechat

   -m, -mynick :          will color your nick with color of 'chat_nick_self'
                          and will show highlights

 Support for logfiles with lines like: yyyy-mm-dd hh:mm:ss   nick/action   message
 Lines with actions like '--' | '<--' | '--> are filtered'

About

color weechat logfiles (depending on weechat.conf) and print it colored to stdout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%