From 93ee3dc3fad33c09c537be17aca48396d81d86b7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 6 Oct 2014 09:23:07 +1300 Subject: Extend list of Bash functions a bit --- README.markdown | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'README.markdown') 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` -- cgit v1.2.3