hirc2txt.1 (763B)
1 .\" vim: set syntax=nroff : 2 .Dd COMMIT 3 .Dt hirc2txt 1 4 .Os 5 .Sh NAME 6 .Nm hirc2txt 7 .Nd convert 8 .Xr hirc 1 9 logs to "pretty" text 10 .Sh SYNOPSIS 11 .Nm 12 .Sh DESCRIPTION 13 .Nm 14 reads a log created by 15 .Xr hirc 1 16 from standard input and reformats it as plaintext, 17 including a timestamp, before printing it to standard output. 18 19 .Nm 20 does not handle mIRC formatting, so it is recommended to pipe the output to 21 .Xr irccat 1 "," 22 also included with 23 .Xr hirc 1 24 in the 25 .Pa misc/ 26 directory. 27 28 There is no configuration, so changes to the format will require editing the source. 29 .Sh EXAMPLES 30 An example script for interactively selecting a log file and subsequently veiwing it is located at 31 .Pa misc/hirc2txt.sh 32 .Sh SEE ALSO 33 .Xr hirc 1 "," 34 .Xr irccat 1 35 .Sh AUTHOR 36 .An hhvn Aq Mt dev@hhvn.uk