knz / go-libedit

Go wrapper around the BSD libedit replacement to GNU readline
Apache License 2.0
6 stars 6 forks source link

Provide a replacement fn_complete for macOS Mojave (10.14) #13

Closed knz closed 5 years ago

knz commented 5 years ago

Subsumes #12.

The code here is a cleanroom reimplementation and does not use the editline internals.

knz commented 5 years ago

This was verified to work by @bdarnell.