* fix: make lua implemented hilbish interfaces documented
* fix: signature link in table of contents
* fix: reduce function list to match in go generated docs
* fix: toc appending
* docs: enable docs for hilbish.messages
* feat: add description gen, and more spacing between param listing
* docs: add more detailed documentation for lua modules
* docs: update hilbish.messages docs
* fix: add description for lua doc'd modules, remove duplicate docs
* docs: add back hilbish.jobs doc
* feat: generate toc for lua modules
* fix: add table heading
* ci: add lua docgen
* docs: put dirs.old doc on 1 line
to write output, you would usually just use the print builtin
since commanders are just lua custom commands but this does not
consider the fact of pipes or other shell operators being used
to redirect or whatever.
this adds readable/writable "sinks" which is a type for input
or output and is currently only used for commanders but can be
used for other hilbish things in the future
changes the actual file format of docs to markup since that's basically what we have been
using in the first place.
the docgen command has been modified to write markdown headings with the function name and
yaml metadata for easy consumption by hugo for the website.
all other docs have been moved to markdown as well this is the main reason this is a "breaking" change
users will have to reinstall hilbish (task uninstall and task install) to remove the old plaintext docs
a simple, smaller but lower level terminal library, mainly used to set
raw mode. functions:
size, save and restore current state, set raw mode. documentation is in
docs/terminal.txt or `doc terminal` in hilbish