From 864144ab38295a1baee5832fac037e20e7e13c66 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 21 Feb 2021 22:08:37 -0500 Subject: Add asciinema to sup --- bin/man1/sup.1 | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'bin/man1') diff --git a/bin/man1/sup.1 b/bin/man1/sup.1 index ba4fe3fd..4b266e06 100644 --- a/bin/man1/sup.1 +++ b/bin/man1/sup.1 @@ -23,6 +23,20 @@ or flow. The password is copied to the clipboard and the service login page is opened. +For passwordless services +with email-based authentication, +the emailed login link is opened. +. +.Pp +The following services are supported: +.Cm asciinema , +.Cm discogs , +.Cm freebsdbugzilla , +.Cm liberapay , +.Cm lobsters , +.Cm tildenews . +. +.Pp The .Nm utility requires @@ -32,11 +46,3 @@ utility requires .Xr pbcopy 1 and .Xr open 1 . -. -.Pp -The following services are supported: -.Cm discogs , -.Cm freebsdbugzilla , -.Cm liberapay , -.Cm lobsters , -.Cm tildenews . -- cgit 1.4.1 class='tabs'> summary refs log tree commit diff
path: root/doc/zlib/inflateGetDictionary.3 (unfollow)
Commit message (Collapse)Author
2022-06-02Set TABSIZE=4June McEnroe
Absolutely indiscriminately.
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
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 McEnroe