aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-10 23:20:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-10 23:24:04 +1200
commit13a4187ab7cf193d626c6a9ce6f4f87fe2ef837f (patch)
treecd1ef0df4ee05d746515ed98006a858cfb2da04f /README.markdown
parentUpdate submodules (diff)
downloaddotfiles-13a4187ab7cf193d626c6a9ce6f4f87fe2ef837f.tar.gz
dotfiles-13a4187ab7cf193d626c6a9ce6f4f87fe2ef837f.zip
Add pst(1df), ped(1df), and pvi(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 0d71ed12..3afc6900 100644
--- a/README.markdown
+++ b/README.markdown
@@ -448,6 +448,11 @@ Installed by the `install-bin` target:
* Two time duration functions:
* `hms(1df)` converts seconds to `hh:mm:ss` or `mm:ss` timestamps.
* `sec(1df)` converts `hh:mm:ss` or `mm:ss` timestamps to seconds.
+* Three pipe interaction tools:
+ * `pst(1df)` runs an interactive program on data before passing it along
+ a pipeline.
+ * `ped(1df)` runs `pst(1df)` with `$EDITOR` or `ed(1)`.
+ * `pvi(1df)` runs `pvi(1df)` with `$VISUAL` or `vi(1)`.
* `ap(1df)` reads arguments for a given command from the standard input,
prompting if appropriate.
* `apf(1df)` prepends arguments to a command with ones read from a file,