From 68aefff98f3d71b1587c1702268a4eb0228961dd Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 27 Nov 2019 16:23:14 -0500 Subject: Rename bin.7 to README.7 GitHub be damned. --- bin/Makefile | 9 +++---- bin/README | 43 ------------------------------- bin/README.7 | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ bin/bin.7 | 83 ------------------------------------------------------------ 4 files changed, 86 insertions(+), 132 deletions(-) delete mode 100644 bin/README create mode 100644 bin/README.7 delete mode 100644 bin/bin.7 diff --git a/bin/Makefile b/bin/Makefile index d3aeadd2..749acaf7 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -69,7 +69,7 @@ curl: meta ${BINS_CURL} tls: meta ${BINS_TLS} -meta: tags .gitignore README +meta: tags .gitignore # Binaries @@ -122,16 +122,13 @@ ${HTMLS}: html.sh hi ttpre .y.html: sh html.sh $< man1/${<:.y=.1} > $@ -index.html: Makefile bin.7 - sh html.sh Makefile bin.7 \ +index.html: Makefile README.7 + sh html.sh Makefile README.7 \ | sed -E 's,([a-z0-9-]+)[(][1-9][)],&,' \ > index.html # Meta -README: bin.7 - mandoc bin.7 | col -bx > README - scheme.png: scheme ./scheme -gt > scheme.png diff --git a/bin/README b/bin/README deleted file mode 100644 index bfbfa203..00000000 --- a/bin/README +++ /dev/null @@ -1,43 +0,0 @@ -BIN(7) FreeBSD Miscellaneous Information Manual BIN(7) - -NAME - bin – various utilities - -DESCRIPTION - Various tools primarily targeting Darwin, FreeBSD and NetBSD. Some tools - target Linux. - - aes(1) fullwidth output - beef(1) Befunge-93 interpreter - bit(1) calculator - bri(1) backlight brightness control - dtch(1) detached sessions - edit(1) interactive script - ever(1) watch files - fbatt(1) framebuffer battery indicator - fbclock(1) framebuffer clock - glitch(1) PNG glitcher - hi(1) syntax highlighter - hnel(1) PTY input remapper - modem(1) fixed baud rate wrapper - order(1) operator precedence - pbd(1) macOS pasteboard daemon - pngo(1) PNG optimizer - psf2png(1) PSF2 to PNG renderer - psfed(1) PSF2 font editor - ptee(1) tee for PTYs - relay(1) IRC relay bot - scheme(1) color scheme - setopt(1) quoting getopt - shotty(1) terminal capture - title(1) page titles - ttpre(1) man output to HTML - up(1) upload file - when(1) date calculator - xx(1) hexdump - - One piece of reused code. - - png(3) basic PNG output - -Causal Agency September 3, 2019 Causal Agency diff --git a/bin/README.7 b/bin/README.7 new file mode 100644 index 00000000..98717614 --- /dev/null +++ b/bin/README.7 @@ -0,0 +1,83 @@ +.Dd September 3, 2019 +.Dt BIN 7 +.Os "Causal Agency" +. +.Sh NAME +.Nm bin +.Nd various utilities +. +.Sh DESCRIPTION +Various tools primarily targeting +Darwin, +.Fx +and +.Nx . +Some tools target Linux. +. +.Pp +.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 bot +.It Xr scheme 1 +color scheme +.It Xr setopt 1 +quoting getopt +.It Xr shotty 1 +terminal capture +.It Xr title 1 +page titles +.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 +. +.Pp +One piece of reused code. +.Pp +.Bl -tag -width "png(3)" -compact +.It Xr png 3 +basic PNG output +.El diff --git a/bin/bin.7 b/bin/bin.7 deleted file mode 100644 index 98717614..00000000 --- a/bin/bin.7 +++ /dev/null @@ -1,83 +0,0 @@ -.Dd September 3, 2019 -.Dt BIN 7 -.Os "Causal Agency" -. -.Sh NAME -.Nm bin -.Nd various utilities -. -.Sh DESCRIPTION -Various tools primarily targeting -Darwin, -.Fx -and -.Nx . -Some tools target Linux. -. -.Pp -.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 bot -.It Xr scheme 1 -color scheme -.It Xr setopt 1 -quoting getopt -.It Xr shotty 1 -terminal capture -.It Xr title 1 -page titles -.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 -. -.Pp -One piece of reused code. -.Pp -.Bl -tag -width "png(3)" -compact -.It Xr png 3 -basic PNG output -.El -- cgit 1.4.1