2
3
réplica de https://github.com/sammy-ette/Hilbish sincronizado 2025-08-10 02:52:03 +00:00

docs: add docs for nature module

Este cometimento está contido em:
TorchedSammy 2022-04-24 00:00:18 -04:00
ascendente 4a4c4d8c74
cometimento 4e5f8b5c80
Assinados por: sammyette
ID da chave GPG: 904FC49417B44DCD

13
docs/nature.txt Ficheiro normal
Ver ficheiro

@ -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.