From d99f20c0ff5ef7fb274a09de22b515749be9c7ec Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 25 Mar 2020 18:56:09 -0400 Subject: Add logging functions The mkdir dance is a bit awkward... --- catgirl.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'catgirl.1') diff --git a/catgirl.1 b/catgirl.1 index c3547be..501163c 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd March 23, 2020 +.Dd March 25, 2020 .Dt CATGIRL 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Rev +.Op Fl Relv .Op Fl C Ar copy .Op Fl H Ar hash .Op Fl N Ar send @@ -155,6 +155,10 @@ Join the comma-separated list of channels Load the TLS client private key from .Ar path . . +.It Fl l , Cm log +Log chat events to files in paths +.Pa $XDG_DATA_HOME/catgirl/log/network/channel/YYYY-MM-DD.log . +. .It Fl n Ar nick , Cm nick = Ar nick Set nickname to .Ar nick . -- cgit 1.4.1 r> summary refs log tree commit diff
path: root/home (unfollow)
Commit message (Expand)Author
2022-06-08Indicate if still reading or no resultsJune McEnroe
2022-06-08Add Maiden, Mother, CroneJune McEnroe
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
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
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe