Hilbish/nature/commands
TorchedSammy 1b24e91597
feat!: enhance docs and doc command
changes the actual file format of docs
to markup since that's basically what we have been
using in the first place.

the docgen command has been modified to write
markdown headings with the function name and
yaml metadata for easy consumption by hugo for the
website (soon).

all other docs have been moved to markdown as well
this is the main reason this is a "breaking" change
users will have to reinstall hilbish
(task uninstall and task install) to remove the old
plaintext docs
2022-12-02 15:08:03 -04:00
..
bg.lua feat: implement job foregrounding/backgrounding (#155) 2022-05-24 19:15:02 -04:00
cat.lua feat: add builtins clear, exec and cat (#208) 2022-10-14 19:15:40 -04:00
cd.lua fix: push home dir to recent dirs with correct function 2022-04-30 20:28:47 -04:00
cdr.lua refactor: (re)organize and change prelude path and structure 2022-04-23 00:03:50 -04:00
clear.lua feat: add builtins clear, exec and cat (#208) 2022-10-14 19:15:40 -04:00
disown.lua feat: job enhancements (#153) 2022-05-21 20:53:36 -04:00
doc.lua feat!: enhance docs and doc command 2022-12-02 15:08:03 -04:00
exec.lua feat: add builtins clear, exec and cat (#208) 2022-10-14 19:15:40 -04:00
exit.lua refactor: (re)organize and change prelude path and structure 2022-04-23 00:03:50 -04:00
fg.lua feat: implement job foregrounding/backgrounding (#155) 2022-05-24 19:15:02 -04:00
init.lua refactor: automatically load all nature commands 2022-09-02 23:01:39 -04:00