aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-02-26 17:21:10 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-02-26 17:21:10 +1300
commit29f6d8bd385cb0eb44b76f681fcc6688158eea52 (patch)
treefaeb950ca673dd370c1ad3044abacade76f47192 /README.markdown
parentMore consistent descriptions of binscripts (diff)
downloaddotfiles-29f6d8bd385cb0eb44b76f681fcc6688158eea52.tar.gz
dotfiles-29f6d8bd385cb0eb44b76f681fcc6688158eea52.zip
Add igex(1)
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 7411e3b3..adc791e8 100644
--- a/README.markdown
+++ b/README.markdown
@@ -278,6 +278,8 @@ Scripts
any options, mostly useful for scripts.
* `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.
+* `igex(1)` wraps around a command to allow you to ignore error conditions
+ that don’t actually worry you, exiting with 0 anyway.
* `maybe(1)` is like `true(1)` or `false(1)`; given a probability of success,
it exits with success or failure. Good for quick tests.
* `sue(8)` execs `sudoedit(8)` as the owner of all the file arguments given,