From ac378113a257899342036b28224f7ae3a854f7ce Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 29 Oct 2020 12:15:04 -0400 Subject: Remove edit --- bin/.gitignore | 1 - bin/Makefile | 1 - bin/README.7 | 4 +--- bin/edit.sh | 9 --------- bin/man1/edit.1 | 34 ---------------------------------- 5 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 bin/edit.sh delete mode 100644 bin/man1/edit.1 diff --git a/bin/.gitignore b/bin/.gitignore index 6daf18fc..f7c65388 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -6,7 +6,6 @@ bri c config.mk dtch -edit ever fbatt fbclock diff --git a/bin/Makefile b/bin/Makefile index 28136ad2..3ba877c1 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -23,7 +23,6 @@ BINS += beef BINS += bit BINS += c BINS += dtch -BINS += edit BINS += glitch BINS += hi BINS += hnel diff --git a/bin/README.7 b/bin/README.7 index a0fcb236..4ce7fc74 100644 --- a/bin/README.7 +++ b/bin/README.7 @@ -1,4 +1,4 @@ -.Dd September 4, 2020 +.Dd October 29, 2020 .Dt BIN 7 .Os "Causal Agency" . @@ -26,8 +26,6 @@ backlight brightness control run C statements .It Xr dtch 1 detached sessions -.It Xr edit 1 -interactive script .It Xr ever 1 watch files .It Xr fbatt 1 diff --git a/bin/edit.sh b/bin/edit.sh deleted file mode 100644 index c276707f..00000000 --- a/bin/edit.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -set -eu - -script=$(mktemp) -trap "rm -f '$script'" EXIT - -sed "s/.*/${1:-: &}/" >> "$script" -$EDITOR "$script" -sh -eux "$script" diff --git a/bin/man1/edit.1 b/bin/man1/edit.1 deleted file mode 100644 index 8c94939a..00000000 --- a/bin/man1/edit.1 +++ /dev/null @@ -1,34 +0,0 @@ -.Dd August 29, 2019 -.Dt EDIT 1 -.Os -. -.Sh NAME -.Nm edit -.Nd interactive script -. -.Sh SYNOPSIS -.Nm -.Op Ar replacement -. -.Sh DESCRIPTION -.Nm -creates a temporary -.Xr sh 1 -script -from standard input -and invokes -.Ev EDITOR -before it executes. -The -.Ar replacement -argument is used in a -.Xr sed 1 -substitute expression -to generate the script. -The default -.Ar replacement -is -.Ql : & . -. -.Sh EXAMPLES -.Dl ls | edit 'mv & &' -- cgit 1.4.1 9399e951388340fd11ea90e71fc632cd09&follow=1'>man1/pngo.1 (unfollow)
Commit message (Expand)Author
2019-02-09Avoid using SGRReset and IRCResetJune McEnroe
2019-02-08Use X macros for hi classesJune McEnroe
2019-02-08Don't open folds when using {}June McEnroe
2019-02-08Add sh syntax to hiJune McEnroe
2019-02-08Use [] to quote special characters in regexJune McEnroe
2019-02-08Improve ANSI output and base IRC on itJune McEnroe
2019-02-08Add hi -nJune McEnroe
2019-02-08Elaborate hi man pageJune McEnroe
2019-02-08Use set for parent in hiJune McEnroe
2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe
2019-02-08Match only the basename in hiJune McEnroe
2019-02-07Add mdoc syntax to hiJune McEnroe
2019-02-07Support multi-line C macros in hiJune McEnroe
2019-02-07Detect .mk files as makeJune McEnroe
2019-02-07Add make syntax to hiJune McEnroe
2019-02-07Add IRC output to hiJune McEnroe
2019-02-07Improve C syntax accuracy and add Format classJune McEnroe
2019-02-07Factor out hi checkJune McEnroe
2019-02-07Add Escape class to hiJune McEnroe
2019-02-07Add Todo class and parent syntax constraintJune McEnroe