Hilbish/nature/commands
sammyette e5eefb1d2d
refactor!: rework docs and doc command (#218)
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.

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-15 00:00:54 -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 refactor!: rework docs and doc command (#218) 2022-12-15 00:00:54 -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