diff options
author | June McEnroe <june@causal.agency> | 2020-02-12 20:16:51 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-12 20:16:51 -0500 |
commit | c8a9570c1c413624ef10653bbb7ea10d21c065dc (patch) | |
tree | 64d2f5c8d55f8e3549f01cfff10a4772abcfb783 /README.7 | |
parent | Add -N flag for notifications (diff) | |
download | catgirl-c8a9570c1c413624ef10653bbb7ea10d21c065dc.tar.gz catgirl-c8a9570c1c413624ef10653bbb7ea10d21c065dc.zip |
Document scripts in README
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/README.7 b/README.7 index 070675f..a942c40 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd February 11, 2020 +.Dd February 12, 2020 .Dt README 7 .Os "Causal Agency" . @@ -125,6 +125,21 @@ configuration parsing XDG base directories .El . +.Pp +.Bl -tag -width "scripts/notify-send.scpt" -compact +.It Pa scripts/notify-send.scpt +.Xr notify-send 1 +in AppleScript +.It Pa scripts/chroot-prompt.sh +name prompt wrapper for chroot +.It Pa scripts/chroot-man.sh +.Xr man 1 +implementation for chroot +.It Pa scripts/sshd_config +.Xr sshd 8 +configuration for public chroot +.El +. .Sh CONTRIBUTING The upstream URL of this project is .Aq Lk https://git.causal.agency/catgirl . |