2023-12-26 03:08:29 +00:00
|
|
|
---
|
|
|
|
title: Nature
|
|
|
|
layout: doc
|
|
|
|
weight: -90
|
|
|
|
menu: docs
|
|
|
|
---
|
|
|
|
|
2022-04-24 04:00:18 +00:00
|
|
|
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
|
2022-05-08 19:59:04 +00:00
|
|
|
written in Go, but there are parts made in Lua, being most builtins
|
|
|
|
(`doc`, `cd`, cdr), completions, and other things.
|
2022-04-24 04:00:18 +00:00
|
|
|
|
2023-12-26 03:08:29 +00:00
|
|
|
Hilbish's Lua core module is called `nature`.
|
|
|
|
It runs after Hilbish's Go core does.
|
2022-04-24 04:00:18 +00:00
|
|
|
|
|
|
|
# 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.
|