Hilbish/nature
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
..
commands feat: add sink for commanders to write output/read input (#232) 2023-01-20 19:07:42 -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 fix: print error on event error and dont release hook (closes #226) 2023-01-07 07:39:36 -04:00
runner.lua feat: add function to get current runner name 2023-01-17 22:04:54 -04:00
vim.lua feat: add hilbish.vim interface (closes #114) 2022-05-13 20:52:48 -04:00