Hilbish/nature/commands
sammyette c690691ede
feat: add sink for commanders to write output/read input
to write output, you would usually just use the print builtin
since commanders are just lua custom commands but this does not
consider the fact of pipes or other shell operators being used
to redirect or whatever.

this adds readable/writable "sinks" which is a type for input
or output and is currently only used for commanders but can be
used for other hilbish things in the future
2023-01-17 23:03:23 -04:00
..
bg.lua feat: implement job foregrounding/backgrounding (#155) 2022-05-24 19:15:02 -04:00
cat.lua feat: add sink for commanders to write output/read input 2023-01-17 23:03:23 -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 fix: list subdocs for hilbish module 2022-12-20 01:42:58 -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