summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-29 21:01:13 -0500
committerJune McEnroe <june@causal.agency>2019-11-29 21:01:13 -0500
commit89058f076b19590eb501c12d82617e48558dd737 (patch)
tree785b26f622d9205672606ec7f7e339641cb95416
parentAdd litterbox manual page (diff)
downloadlitterbox-89058f076b19590eb501c12d82617e48558dd737.tar.gz
litterbox-89058f076b19590eb501c12d82617e48558dd737.zip
Add unscoop manual page
-rw-r--r--litterbox.13
-rw-r--r--unscoop.149
2 files changed, 51 insertions, 1 deletions
diff --git a/litterbox.1 b/litterbox.1
index 6bdad8a..76c32c6 100644
--- a/litterbox.1
+++ b/litterbox.1
@@ -90,7 +90,8 @@ The most likely path to the database file.
 .El
 .
 .Sh SEE ALSO
-.Xr scoop 1
+.Xr scoop 1 ,
+.Xr unscoop 1
 .
 .Sh STANDARDS
 The
diff --git a/unscoop.1 b/unscoop.1
new file mode 100644
index 0000000..2e11d06
--- /dev/null
+++ b/unscoop.1
@@ -0,0 +1,49 @@
+.Dd November 29, 2019
+.Dt UNSCOOP 1
+.Os
+.
+.Sh NAME
+.Nm unscoop
+.Nd import IRC logs
+.
+.Sh SYNOPSIS
+.Nm
+.Op Fl C Ar context
+.Op Fl N Ar network
+.Op Fl f Ar format
+.Ar
+.
+.Sh DESCRIPTION
+The
+.Nm
+utility imports IRC logs into the
+.Xr litterbox 1
+database.
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl C Ar context
+Set the channel or query name of the imported logs.
+.It Fl N Ar network
+Set the network name of the imported logs.
+.It Fl f Ar format
+Set the input log format.
+The following formats are supported:
+.Sy textual .
+.El
+.
+.Sh SEE ALSO
+.Xr litterbox 1 ,
+.Xr scoop 1
+.
+.Sh AUTHORS
+.An June Bug Aq Mt june@causal.agency
+.
+.Sh BUGS
+Send mail to
+.Aq Mt june@causal.agency
+or join
+.Li #ascii.town
+on
+.Li chat.freenode.net .
class='logmsg'> 2020-07-23Rewrite configure scriptJune McEnroe 2020-07-21Add OpenBSD instructionsJune McEnroe 2020-07-21Use a .pc file to configureJune McEnroe 2020-07-19Filter networks with only private contexts from recents as wellJune McEnroe 2020-07-18Specify litterbox version in readmeJune McEnroe 2020-07-18Reverse order of X macro parameters for pages and keysJune McEnroe 2020-07-18Remove kcgi 0.11 compatibilityJune McEnroe 2020-07-17Filter networks with only private contextsJune McEnroe 2020-07-17Add export optionJune McEnroe Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. 2020-07-17Add margin to inputsJune McEnroe Seems that only Safari provides any margins on form elements by default. 2020-07-16Don't write null terminator in stylesheet responseJune McEnroe 2020-07-16Remove sudo from make installJune McEnroe