From 95394a0bcb641ca201289cfea373f9780d45ad8b Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 6 Dec 2019 12:44:59 -0500 Subject: Add deduplication function to unscoop --- unscoop.1 | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'unscoop.1') diff --git a/unscoop.1 b/unscoop.1 index e9e8dbe..9acba7c 100644 --- a/unscoop.1 +++ b/unscoop.1 @@ -8,11 +8,14 @@ . .Sh SYNOPSIS .Nm -.Op Fl C Ar context -.Op Fl N Ar network +.Fl C Ar context +.Fl N Ar network .Op Fl d Ar path .Op Fl f Ar format .Ar +.Nm +.Fl D +.Op Fl d Ar path . .Sh DESCRIPTION The @@ -26,16 +29,25 @@ The arguments are as follows: .Bl -tag -width Ds .It Fl C Ar context Set the channel or query name of the imported logs. +Contexts beginning with +.Sq # +or +.Sq & +are assumed to be channels. +. +.It Fl D +Delete duplicate events caused by overlapping imports. +This operation requires SQLite version 3.25.0 or newer. . .It Fl N Ar network Set the network name of the imported logs. . .It Fl d Ar path -Import into the database at -.Ar path . -See -.Xr litterbox 1 -for the default database path. +Set the database path. +The database must have been initialized by +.Xr litterbox 1 . +The default path is as in +.Xr litterbox 1 . . .It Fl f Ar format Set the input log format. @@ -43,6 +55,8 @@ The following formats are supported: .Sy generic , .Sy textual , .Sy catgirl . +The default format is +.Sy generic . .Pp The .Sy generic -- cgit 1.4.1 ass='form'>
path: root/doc/zlib/gzread.3 (unfollow)
Commit message (Collapse)Author
2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe
2022-06-10Switch to jorts Install scriptJune McEnroe
2022-06-08Indicate if still reading or no resultsJune McEnroe
2022-06-08Add Maiden, Mother, CroneJune McEnroe
Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio.
2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
Absolutely indiscriminately.
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine.
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe