aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 15:10:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 15:10:07 +1200
commit02b1903b0ca41787675c3061b88e0a2172b5599a (patch)
treeaabd5c1d39ce6cb5c08d11ee11efa9c249b4c0a2 /README.markdown
parentAdd rndl(1) (diff)
downloaddotfiles-02b1903b0ca41787675c3061b88e0a2172b5599a.tar.gz
dotfiles-02b1903b0ca41787675c3061b88e0a2172b5599a.zip
Add isgr(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 52a2d4b0..2cdafdb3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -328,6 +328,8 @@ Installed by the `install-bin` target:
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.
+* `isgr(1)` quietly tests whether the given directory appears to be a Git
+ repository
* `jfc(1)` adds and commits lazily to a Git repository.
* `jfcd(1)` watches a directory for changes and runs `jfc(1)` if it sees any.
* `maybe(1)` is like `true(1)` or `false(1)`; given a probability of success,