aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ep.129
1 files changed, 29 insertions, 0 deletions
diff --git a/ep.1 b/ep.1
new file mode 100644
index 0000000..897a064
--- /dev/null
+++ b/ep.1
@@ -0,0 +1,29 @@
+.Dd $Mdocdate$
+.Dt ep 1
+.Os
+.
+.Sh NAME
+.Nm ep
+.Nd edit pipe
+.
+.Sh SYNOPSIS
+.Nm
+.
+.Sh DESCIPTION
+.Pp
+.Nm
+redirects standard input to a temporary file,
+opens it in
+.Ev EDITOR
+(or vi, if none is set) and prints the contents of the (edited) file on standard output.
+.Pp
+.Nm
+can be used as a versatile option selector.
+The following sequence is a quick way to delete all lines but the current in vi:
+.Dl :.w!
+.
+.Sh AUTHORS
+.Pp
+.Nm
+is written by John Ankarström
+.Aq Mt john (at) ankarstrom.se .