aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-06 09:23:07 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-06 09:23:07 +1300
commit93ee3dc3fad33c09c537be17aca48396d81d86b7 (patch)
treed98b2bbcbdfcd492a7ad71314fc214e16266691e /README.markdown
parentNo need to install plugin after scripts (diff)
downloaddotfiles-93ee3dc3fad33c09c537be17aca48396d81d86b7.tar.gz
dotfiles-93ee3dc3fad33c09c537be17aca48396d81d86b7.zip
Extend list of Bash functions a bit
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown
index d165fbf5..3c811d34 100644
--- a/README.markdown
+++ b/README.markdown
@@ -183,11 +183,15 @@ things I really do get tired of typing repeatedly:
### Functions
-There are a few other little tricks in `bash/bashrc.d`:
-
-* `ca` — Count given arguments (e.g. `ca ~/.*` to count all dotfiles)
-* `cf` — Count files in a directory (e.g. `cf ~` to count all files in
- `$HOME`)
+There are a few other little tricks in `bash/bashrc.d`, including:
+
+* `bd` — Change back into a named ancestor directory
+* `ca` — Count given arguments
+* `cf` — Count files in a given directory
+* `hgrep` — `HISTFILE` search
+* `mkcd` — Create a directory and change into it
+* `mkmv` — Create a directory and move arguments into it
+* `scr` — Create a temporary directory and change into it
* `sprunge` — Pastebin frontend tool I pilfered from `#bash` on Freenode
* `vis` — View/edit an existing file in `$PATH` with `$EDITOR`, or create one
in `~/.local/bin`