aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-14 14:25:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-14 14:25:24 +1200
commit4c85039f0315132b96abc219fd49862ef4d195de (patch)
treef8b75fed64ce8a51cd706a783283e5629c15dbbd /README.markdown
parentAdd urlh(1) and urlmt(1) (diff)
downloaddotfiles-4c85039f0315132b96abc219fd49862ef4d195de.tar.gz
dotfiles-4c85039f0315132b96abc219fd49862ef4d195de.zip
Add tentative enhancements to br(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 60f68df4..3b5ecb8d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -330,7 +330,8 @@ Installed by the `install-bin` target:
* `ax(1)` 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(1)` prints a terminal bell character.
-* `br(1)` launches $BROWSER.
+* `br(1)` launches $BROWSER, or a more suitable application for an URL if it
+ knows of one.
* `ca(1)` prints a count of its given arguments.
* `cf(1)` prints a count of entries in a given directory.
* `clrd(1)` sets up a per-line file read, clearing the screen first.