bhauman / rebel-readline

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

add a means to insert plugin into the clojure line reader #125

Open bhauman opened 6 years ago

bhauman commented 6 years ago

A plugin is just a function that takes a line reader and mutates it.

bhauman commented 6 years ago

Make key bindings lazy so they aren't bound until just before the terminal is used.