I'm looking to build a terminal app that needs a readline lib, and got here. But I only saw examples of making Clojure and repl related stuff, and not general readline stuff, like rlwrap.
Could you give me some examples or hints to use this lib to build some general readline function, with my own history and completion, keyboard shortcut?
I'm looking to build a terminal app that needs a readline lib, and got here. But I only saw examples of making Clojure and repl related stuff, and not general readline stuff, like rlwrap.
Could you give me some examples or hints to use this lib to build some general readline function, with my own history and completion, keyboard shortcut?
Thanks!