Hilbish/docs
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
..
api feat: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -04:00
hooks docs: fix docs for outdated hook 2022-12-28 19:28:16 -04:00
nature fix: fixes for doc command 2022-12-20 01:38:19 -04:00
vim-mode fix: fixes for doc command 2022-12-20 01:38:19 -04:00
completions.md refactor!: rework docs and doc command (#218) 2022-12-15 00:00:54 -04:00
jobs.md refactor!: rework docs and doc command (#218) 2022-12-15 00:00:54 -04:00
lunacolors.md refactor!: rework docs and doc command (#218) 2022-12-15 00:00:54 -04:00
runner-mode.md refactor!: rework docs and doc command (#218) 2022-12-15 00:00:54 -04:00
timers.md docs: improve docs for timers interface 2022-12-28 19:32:52 -04:00