bhauman / rebel-readline

Terminal readline library for Clojure dialects
Eclipse Public License 1.0
680 stars 37 forks source link

Example of general readline use (not Clojure repl)? #191

Open markx opened 5 years ago

markx commented 5 years ago

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!