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/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. Parameters num number dirs.recent(idx) Get entry from recent directories list based on index.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/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. text string doc.highlight(text) Performs basic Lua code highlighting. Parameters text string Code/text to do highlighting on. doc.renderCodeBlock(text) Assembles and renders a code block. This returns the supplied text based on the number of command line columns, and styles it to resemble a code block.