From 4e5f8b5c806279835e930823d89d076c88afbba1 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 24 Apr 2022 00:00:18 -0400 Subject: [PATCH] docs: add docs for nature module --- docs/nature.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/nature.txt diff --git a/docs/nature.txt b/docs/nature.txt new file mode 100644 index 0000000..6c29cbf --- /dev/null +++ b/docs/nature.txt @@ -0,0 +1,13 @@ +A bit after creation, we have the outside nature. Little plants, seeds, +growing to their final phase: a full plant. A lot of Hilbish itself is +written in Go, but there are parts made in Lua, being the `doc` command, +command not executable/found hooks to print a message in the shell, +and other things. + +Hilbish's Lua core module is called `nature`. It's handled after everything +on the Go side initializes, which is what that first sentence was from. + +# Nature Modules +Currently, `nature` provides 1 intended public module: `nature.dirs`. +It is a simple API for managing recent directories and old +current working directory.