Hilbish/nature
sammy 349380ae6b
feat: lua backed history (#187)
* refactor: put file history handler in line reader instance instead of global

* feat: add lua history handler in go

* feat: use lua to retrieve readline history

* refactor: handle history in lua

this also introduces a new opt: history
if it is false, command history won't get added

* fix: remove nature.history require

* docs: add changes in changelog

* fix: add comma after history opt
2022-07-13 16:02:09 -04:00
..
commands fix: load bg command on init 2022-05-24 19:26:35 -04:00
opts feat: lua backed history (#187) 2022-07-13 16:02:09 -04:00
completions.lua fix: no command completions if query/line is an alias 2022-04-24 00:06:19 -04:00
dirs.lua refactor: (re)organize and change prelude path and structure 2022-04-23 00:03:50 -04:00
init.lua feat: auto start lua modules (closes #167) 2022-06-20 17:07:15 -04:00
runner.lua feat: allow runners to specify if they want more input (#162) 2022-06-02 22:33:30 -04:00
vim.lua feat: add hilbish.vim interface (closes #114) 2022-05-13 20:52:48 -04:00