Binman 3.4.0 - man pages for bin scripts

binman produces UNIX manual pages for executable scripts using
md2man. It supports any scripting language that either has
multi-line comments or uses # for single-line comments, such
as Ruby, Perl, Python, Node.js, Tcl, AWK, UNIX shell, and more!

Demonstration of HTML manual page output from binman-rake(1):

Version 3.4.0 (2014-06-29)

This release lets you jump to / search in man(1) via a regexp to
-h/–help.

Minor:

  • GH-3: add optional regexp argument to -h/--help to search in
    man(1).

    The -h and --help options in BinMan.help() can now be
    optionally
    followed by a regular expression argument that specifies text to
    search
    for and, if found, jump to inside the displayed UNIX man page. Such
    a
    regular expression argument can now also be passed into
    BinMan.show().

Other:

  • README: add syntax highlighting to code snippets.