summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-29 18:52:06 -0400
committerJune McEnroe <june@causal.agency>2019-08-29 18:52:06 -0400
commite34aeb3115a7d6d732de91cd559b73b4b1b2c3c3 (patch)
tree753a51cf8074ba4b0716f523242d4681c55c475c /bin
parentAdd edit (diff)
downloadsrc-e34aeb3115a7d6d732de91cd559b73b4b1b2c3c3.tar.gz
src-e34aeb3115a7d6d732de91cd559b73b4b1b2c3c3.zip
Add long-missing setopt to bin.7
Diffstat (limited to '')
-rw-r--r--bin/README3
-rw-r--r--bin/bin.729
-rw-r--r--bin/man1/setopt.12
3 files changed, 6 insertions, 28 deletions
diff --git a/bin/README b/bin/README
index 240dd757..c534e7dc 100644
--- a/bin/README
+++ b/bin/README
@@ -26,8 +26,9 @@ DESCRIPTION
      psf2png(1)  PSF2 to PNG renderer
      psfed(1)    PSF2 font editor
      ptee(1)     tee for PTYs
-     relay(1)    IRC relay
+     relay(1)    IRC relay bot
      scheme(1)   color scheme
+     setopt(1)   quoting getopt
      shotty(1)   terminal capture
      ttpre(1)    man output to HTML
      up(1)       upload file
diff --git a/bin/bin.7 b/bin/bin.7
index 0d7a1bae..4d2d5ac7 100644
--- a/bin/bin.7
+++ b/bin/bin.7
@@ -18,79 +18,56 @@ Some tools target Linux.
 .Bl -tag -width "fbclock(1)" -compact
 .It Xr aes 1
 fullwidth output
-.
 .It Xr beef 1
 Befunge-93 interpreter
-.
 .It Xr bit 1
 calculator
-.
 .It Xr bri 1
 backlight brightness control
-.
 .It Xr dtch 1
 detached sessions
-.
 .It Xr edit 1
 interactive script
-.
 .It Xr ever 1
 watch files
-.
 .It Xr fbatt 1
 framebuffer battery indicator
-.
 .It Xr fbclock 1
 framebuffer clock
-.
 .It Xr glitch 1
 PNG glitcher
-.
 .It Xr hi 1
 syntax highlighter
-.
 .It Xr hnel 1
 PTY input remapper
-.
 .It Xr modem 1
 fixed baud rate wrapper
-.
 .It Xr order 1
 operator precedence
-.
 .It Xr pbd 1
 macOS pasteboard daemon
-.
 .It Xr pngo 1
 PNG optimizer
-.
 .It Xr psf2png 1
 PSF2 to PNG renderer
-.
 .It Xr psfed 1
 PSF2 font editor
-.
 .It Xr ptee 1
 tee for PTYs
-.
 .It Xr relay 1
-IRC relay
-.
+IRC relay bot
 .It Xr scheme 1
 color scheme
-.
+.It Xr setopt 1
+quoting getopt
 .It Xr shotty 1
 terminal capture
-.
 .It Xr ttpre 1
 man output to HTML
-.
 .It Xr up 1
 upload file
-.
 .It Xr when 1
 date calculator
-.
 .It Xr xx 1
 hexdump
 .El
diff --git a/bin/man1/setopt.1 b/bin/man1/setopt.1
index a148b28f..246f06fe 100644
--- a/bin/man1/setopt.1
+++ b/bin/man1/setopt.1
@@ -4,7 +4,7 @@
 .
 .Sh NAME
 .Nm setopt
-.Nd parse command options
+.Nd quoting getopt
 .
 .Sh SYNOPSIS
 .Nm
enre fiction. 2022-07-26Rewrite glitch from new pngoJune McEnroe 2022-07-26Update Care with time-to-ID and piercingsJune McEnroe 2022-07-26Add -w to upJune McEnroe 2022-07-13Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe There is not that much distinct stuff here anymore. 2022-07-03Add The Bone Shard EmperorJune McEnroe Suffers a little bit from middle book but I really enjoyed it. Read it faster than the first one too, despite its length. 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio. 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 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