Hilbish/nature/commands
sammyette 2f6ab5fd92
feat: add sink for commanders to write output/read input (#232)
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-20 19:07:42 -04:00
..
bg.lua feat: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -04:00
cat.lua feat: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -04:00
cd.lua feat: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -04:00
cdr.lua feat: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -04:00
clear.lua feat: add builtins clear, exec and cat (#208) 2022-10-14 19:15:40 -04:00
disown.lua feat: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -04:00
doc.lua feat: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -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: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -04:00
init.lua refactor: automatically load all nature commands 2022-09-02 23:01:39 -04:00