aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-02 10:23:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-02 10:50:45 +1200
commite27810d8463826ff7b62431b3c9c2dcf0d844932 (patch)
tree4cbae4bc82e6e583961901aada44fcdd8c188cec /README.markdown
parentMake bel(1) executable (diff)
downloaddotfiles-e27810d8463826ff7b62431b3c9c2dcf0d844932.tar.gz
dotfiles-e27810d8463826ff7b62431b3c9c2dcf0d844932.zip
Change apf() to a shell script
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 7a29e0c5..20bf847b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -184,7 +184,6 @@ I also add completions for my own scripts and functions where useful.
There are a few other little tricks in `bash/bashrc.d`, including:
-* `apf` prepends arguments to a command with ones read from a file.
* `bd` changes into a named ancestor of the current directory.
* `fnl` runs a command and save its output and error into temporary files.
* `hgrep` searches `$HISTFILE`.
@@ -309,6 +308,8 @@ Installed by the `install-bin` target:
* `rnda(1)` uses `rndi(1)` to choose a random argument
* `rndf(1)` uses `rnda(1)` to choose a random file from a directory
* `rndl(1)` uses `rndi(1)` to choose a random line from files
+* `apf(1)` prepends arguments to a command with ones read from a file,
+ intended as a framework for shell functions.
* `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