2e2a / space-diner

GNU General Public License v3.0
3 stars 0 forks source link

Replace readline #2

Open 2e2a opened 3 years ago

2e2a commented 3 years ago

We are currently using readline for command completion, which is not included in OSX & Win.

We try to solve this with rlcomple & pyreadline & ptpython.

We should consider migrating to python-prompt-toolkit for better interoperability.

2e2a commented 3 years ago

It seems to work with rlcomple & pyreadline.

But pyreadline is unmaintained, so maybe migrating in the long term still makes sense.