aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-24 11:50:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-24 11:50:57 +1200
commit356933675aaa9113c199d9699fea8923b3ef2260 (patch)
treef3decdc4bcc2aa6a49dbf7c7c23d8390b134c8dc /README.markdown
parentUse "color" spelling consistently (diff)
downloaddotfiles-356933675aaa9113c199d9699fea8923b3ef2260.tar.gz
dotfiles-356933675aaa9113c199d9699fea8923b3ef2260.zip
Rename gress() to gore()
Important work going on here, folks
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 8bef45ad..c59f8745 100644
--- a/README.markdown
+++ b/README.markdown
@@ -173,6 +173,8 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
variables.
* `gdb()` silences startup messages from `gdb(1)`.
* `gpg()` quietens `gpg(1)` down for most commands.
+* `gore(1)` runs the output of `grep(1)` through your pager, using color if
+ it can.
* `grep()` tries to apply color and other options good for interactive use,
depending on the capabilities of the system `grep(1)`.
* `hgrep()` allows searching `$HISTFILE`.
@@ -403,8 +405,6 @@ Installed by the `install-bin` target:
and does up to three silent retries using `try(1)`.
* `grc(1)` quietly tests whether the given directory appears to be a Git
repository with pending changes.
-* `gress(1)` runs the output of `grep(1)` through your pager, using color if
- it can
* `gscr(1)` scrubs Git repositories.
* `han(1)` provides a `keywordprg` for Vim's Bash script filetype that will
look for `help` topics. You could use it from the shell too.