diff options
author | June McEnroe <june@causal.agency> | 2020-02-10 19:40:13 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-10 19:40:13 -0500 |
commit | b59431bb15ec74f05119a7c710a1f6a21e702bad (patch) | |
tree | aa80af87cf2af090dc8d243a80577d8bd5b2106c /catgirl.1 | |
parent | Show heat and other unread in title (diff) | |
download | catgirl-b59431bb15ec74f05119a7c710a1f6a21e702bad.tar.gz catgirl-b59431bb15ec74f05119a7c710a1f6a21e702bad.zip |
Add -s to save and load buffers
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index 15b387b..00f875b 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -20,6 +20,7 @@ .Op Fl n Ar nick .Op Fl p Ar port .Op Fl r Ar real +.Op Fl s Ar save .Op Fl u Ar user .Op Fl w Ar pass .Op Ar config ... @@ -123,6 +124,18 @@ Set realname to .Ar real . The default realname is the same as the nickname. . +.It Fl s Ar name , Cm save = Ar name +Load and save the contents of windows from +.Ar name +in +.Pa $XDG_DATA_DIRS/catgirl , +or an absolute or relative path if +.Ar name +starts with +.Ql / +or +.Ql \&. . +. .It Fl u Ar user , Cm user = Ar user Set username to .Ar user . @@ -324,7 +337,7 @@ The color numbers are as follows: .Sh FILES .Bl -tag -width Ds .It Pa $XDG_CONFIG_DIRS/catgirl -Configuration files are search for first in +Configuration files are searched for first in .Ev $XDG_CONFIG_HOME , usually .Pa ~/.config , @@ -334,6 +347,18 @@ usually .Pa /etc/xdg . .It Pa ~/.config/catgirl The most likely location of configuration files. +. +.It Pa $XDG_DATA_DIRS/catgirl +Save files are searched for first in +.Ev $XDG_DATA_HOME , +usually +.Pa ~/.local/share , +followed by the colon-separated list of paths +.Ev $XDG_DATA_DIRS , +usually +.Pa /usr/local/share:/usr/share . +.It Pa ~/.local/share/catgirl +The most likely location of save files. .El . .Sh EXAMPLES |