Commit Graph

2 Commits (commander-stdout)

Author SHA1 Message Date
sammyette e510b1103f
feat: use sinks for all nature commands, add writeln function 2023-01-20 18:35:10 -04:00
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