Nature on Hilbishhttps://rosettea.github.io/Hilbish/versions/document-lua/docs/nature/Recent content in Nature on HilbishHugo -- gohugo.ioen-usModule dirshttps://rosettea.github.io/Hilbish/versions/document-lua/docs/nature/dirs/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/versions/document-lua/docs/nature/dirs/Introduction The dirs module defines a small set of functions to store and manage directories. Functions dirs.setOld(d) Sets the old directory string. Parameters d string dirs.push(dir) Add dir to the recent directories list. Parameters dir string dirs.peak(num) Look at num amount of recent directories, starting from the latest. This returns a table of recent directories, up to the num amount. Parameters num number dirs.pop(num) Remove the specified amount of dirs from the recent directories list.Module dochttps://rosettea.github.io/Hilbish/versions/document-lua/docs/nature/doc/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/versions/document-lua/docs/nature/doc/Introduction The doc module contains a small set of functions used by the Greenhouse pager to render parts of the documentation pages. This is only documented for the sake of it. It’s only intended use is by the Greenhouse pager. Functions doc.renderInfoBlock(type, text) Renders an info block. An info block is a block of text with an icon and styled text block. Parameters type string Type of info block. The only one specially styled is the warning.