summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/edit.134
1 files changed, 34 insertions, 0 deletions
diff --git a/bin/man1/edit.1 b/bin/man1/edit.1
new file mode 100644
index 00000000..8c94939a
--- /dev/null
+++ b/bin/man1/edit.1
@@ -0,0 +1,34 @@
+.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 & &'
> 2017-07-31Handle large movesJune McEnroe 2017-07-30Optimize builds for chrootJune McEnroe 2017-07-30Persist bright across color changesJune McEnroe 2017-07-30Add index.htmlJune McEnroe 2017-07-30Add snapshot.shJune McEnroe 2017-07-30Fix termcap patch for background colorsJune McEnroe 2017-07-30Update helpJune McEnroe 2017-07-30Fix help to track colorJune McEnroe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe