aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-02 11:26:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-02 11:26:39 +1200
commitca632bed9240bce35c6acffceeec7c46a3d9b3f1 (patch)
tree8c17a2f236f7146b78157239e75cd4fb2d3784a5 /README.markdown
parentStrip trailing newline from clrd() (diff)
downloaddotfiles-ca632bed9240bce35c6acffceeec7c46a3d9b3f1.tar.gz
dotfiles-ca632bed9240bce35c6acffceeec7c46a3d9b3f1.zip
Move clrd()/clwr() to scripts
clrd(1) is POSIX sh, but clwr(1) ideally needs Readline, so I've left it as #!/bin/bash for now.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index acbe8d3a..5e3eb501 100644
--- a/README.markdown
+++ b/README.markdown
@@ -185,8 +185,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:
* `bd` changes into a named ancestor of the current directory.
-* `clrd` sets up a per-line file read, clearing the screen first
-* `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.
@@ -317,6 +315,8 @@ Installed by the `install-bin` target:
* `bel(1)` prints a terminal bell character
* `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
+* `clwr(1)` sets up a per-line file write, clearing the screen before each line
* `dub(1)` lists the biggest entries in a directory.
* `edda(1)` provides a means to run `ed(1)` over a set of files preserving
any options, mostly useful for scripts.