diff options
author | June McEnroe <june@causal.agency> | 2021-05-18 16:14:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-18 16:14:12 -0400 |
commit | b194fa23e0f74e609b5aade2967374f390503005 (patch) | |
tree | decf1f10e448bc757eedede8763a5642f56abd82 /unscoop.1 | |
parent | Mention unscoop, Liberapay in README (diff) | |
download | litterbox-b194fa23e0f74e609b5aade2967374f390503005.tar.gz litterbox-b194fa23e0f74e609b5aade2967374f390503005.zip |
Add weechat format to unscoop
Diffstat (limited to 'unscoop.1')
-rw-r--r-- | unscoop.1 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/unscoop.1 b/unscoop.1 index 2a87fc9..41a3772 100644 --- a/unscoop.1 +++ b/unscoop.1 @@ -1,4 +1,4 @@ -.Dd May 17, 2021 +.Dd May 18, 2021 .Dt UNSCOOP 1 .Os . @@ -104,6 +104,23 @@ find Textual -type f -name '*.txt' \e xargs -0 unscoop -f textual .Ed . +.It Fl f Cm weechat +Import logs from the WeeChat IRC client. +.Bd -literal -offset indent +find ~/.weechat/logs -type f -name 'irc.*.weechatlog' \e + -not -name 'irc.server.*.weechatlog' -print0 | +xargs -0 unscoop -f weechat +.Ed +.Pp +.Nm +is not able to correctly infer +network and context names +for channel names containing dots. +Import these logs explicitly with +.Fl N +and +.Fl c . +. .It Fl f Cm znc Import logs from the .Xr znc 1 |