aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-28 12:42:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-28 12:43:14 +1200
commit99ce821b209b61d19240e4ef95efe2f626025f7e (patch)
tree8a781cac298367d02428c2de27c4a11f08ab9ea3 /README.markdown
parentCorrections to quo(1df) man page (diff)
downloaddotfiles-99ce821b209b61d19240e4ef95efe2f626025f7e.tar.gz
dotfiles-99ce821b209b61d19240e4ef95efe2f626025f7e.zip
Add grec(1df) and gred(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 85aca3a2..14b15ff5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -488,6 +488,8 @@ Installed by the `install-bin` target:
* `gms(1df)` runs a set of `getmailrc` files; does much the same thing as the
script `getmails` in the `getmail` suite, but runs the requests in parallel
and does up to three silent retries using `try(1df)`.
+* `grec(1df)` is a more logically-named `grep -c`.
+* `gred(1df)` is a more logically-named `grep -v`.
* `gwp(1df)` searches for alphanumeric words in a similar way to `grep(1)`.
* `han(1df)` provides a `keywordprg` for Vim's Bash script filetype that will
look for `help` topics. You could use it from the shell too.