aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-26 11:31:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-26 11:31:33 +1200
commitaffd67f4874cb252eb8271c60d0ebc81585b4e77 (patch)
treefdde241ee7d041ce60e72225776c23dac9b10535 /README.markdown
parentUndo hare-brained last few commits (diff)
downloaddotfiles-affd67f4874cb252eb8271c60d0ebc81585b4e77.tar.gz
dotfiles-affd67f4874cb252eb8271c60d0ebc81585b4e77.zip
Add edda(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index ab87294f..195c95c1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -285,6 +285,9 @@ Three SSH-related scripts and their manuals are included:
If you want to use the manuals, you may need to add `~/.local/share/man` to
your `/etc/manpath` configuration, depending on your system.
+`edda(1)` provides a means to run `ed(1)` over a set of files preserving any
+options, mostly useful for scripts. There’s `--help` output and a manual page.
+
There's also a script `han(1)` to provide a `keywordprg` for Bash script
development that will look for `help` topics. You could use it from the shell
too. It also has a brief manual.