aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-10-14 17:28:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-10-14 17:28:28 +1300
commitdd2171f0491e8e723b9f3e658d484ec9eece1d2d (patch)
tree9986013a5e2b4884167111f0ed74669ba73b5c28 /README.markdown
parentRemove unneeded quotes from br(1df) man page (diff)
downloaddotfiles-dd2171f0491e8e723b9f3e658d484ec9eece1d2d.tar.gz
dotfiles-dd2171f0491e8e723b9f3e658d484ec9eece1d2d.zip
Add ap(1df) and bp(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 66864981..182269a5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -399,12 +399,15 @@ Installed by the `install-bin` target:
* `med(1df)` prints the median.
* `mode(1df)` prints the first encountered mode.
* `tot(1df)` totals the set.
+* `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,
intended as a framework for shell wrappers or functions.
* `ax(1df)` evaluates an awk expression given on the command line; this is
intended as a quick way to test how Awk would interpret a given expression.
* `bel(1df)` prints a terminal bell character.
* `bl(1df)` generates a given number of blank lines.
+* `bp(1df)` runs `br(1df)` after prompting for an URL
* `br(1df)` launches `$BROWSER`, or a more suitable application for an URL if
it knows of one.
* `ca(1df)` prints a count of its given arguments.