aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-13 20:16:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-13 20:17:09 +1200
commitbe6dab15aec918a7089d18116de293f0489f2f92 (patch)
tree62d65f506316f512a105e4e4bb8be0e7dfbb3ab1 /README.markdown
parentAdd wrdl to games (diff)
downloaddotfiles-be6dab15aec918a7089d18116de293f0489f2f92.tar.gz
dotfiles-be6dab15aec918a7089d18116de293f0489f2f92.zip
Add pit(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 de51573b..02dea743 100644
--- a/README.markdown
+++ b/README.markdown
@@ -312,6 +312,8 @@ Installed by the `install-bin` target:
* `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,
it exits with success or failure. Good for quick tests.
+* `pit(1)` runs its input through a pager if its standard output looks like a
+ terminal.
* `plmu(1)` retrieves a list of installed modules from
[`plenv`](https://github.com/tokuhirom/plenv), filters out any modules in
`~/.plenv/non-cpan-modules`, and updates them all.