aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-02 10:54:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-02 10:54:58 +1200
commitd9efb6f8127fa22287dda3b10316d1e6c61301fc (patch)
tree85ccfe9de3e5de5de7ff864325efb6334477235c /README.markdown
parentChange apf() to a shell script (diff)
downloaddotfiles-d9efb6f8127fa22287dda3b10316d1e6c61301fc.tar.gz
dotfiles-d9efb6f8127fa22287dda3b10316d1e6c61301fc.zip
Add mention of existing clwr() function
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 20bf847b..ab8d9f83 100644
--- a/README.markdown
+++ b/README.markdown
@@ -185,6 +185,7 @@ I also add completions for my own scripts and functions where useful.
There are a few other little tricks in `bash/bashrc.d`, including:
* `bd` changes into a named ancestor of the current directory.
+* `clwr` sets up a per-line file write, clearing the screen before each line
* `fnl` runs a command and save its output and error into temporary files.
* `hgrep` searches `$HISTFILE`.
* `keep` stores ad-hoc shell functions and variables.