summary refs log tree commit diff
path: root/man.sh
blob: 9d686f9bb8dab57e71fd8941468665a8b5669751 (plain) (blame)
1
2
#!/bin/sh
exec mandoc /usr/share/man/man1/catgirl.1 | LESSSECURE=1 less
td>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 McEnroeed81b0afb714706fb9ed36c8&follow=1'>contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe