Hilbish/nature
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
..
commands feat: add sink for commanders to write output/read input 2023-01-17 23:03:23 -04:00
opts fix: check if there is cmd input before attempting to add to history (closes #206) 2022-10-10 18:11:09 -04:00
completions.lua fix(nature/completions): get command name properly for custom completions 2022-12-05 23:15:35 -04:00
dirs.lua refactor: (re)organize and change prelude path and structure 2022-04-23 00:03:50 -04:00
init.lua feat: print command errors via hook 2022-12-13 12:57:27 -04:00
runner.lua refactor!: rework docs and doc command (#218) 2022-12-15 00:00:54 -04:00
vim.lua feat: add hilbish.vim interface (closes #114) 2022-05-13 20:52:48 -04:00