typestreamio / typestream

Open Source streaming platform. Write and run typed data pipelines with a minimal, familiar syntax.
https://typestream.io
Apache License 2.0
65 stars 5 forks source link

autocomplete? #75

Closed dezren39 closed 10 months ago

dezren39 commented 10 months ago

using the repl is difficult because tab just inserts a tab

lucapette commented 10 months ago

this is a great reminder! I had honestly forgot about this.

The readline go library had a problematic bug so I had changed the code to rely on a different library as a temporary fix. Then I forgot to revert the change after the bug was fixed in the upstream library.

I already have reintroduced the library with completion support in https://github.com/typestreamio/typestream/pull/80 but a couple of notes:

lucapette commented 10 months ago

Release is out now (#86) so I will close this one since the basic autocomplete should now work in the shell. I will open an new issue as soon as I have the time to look into how to implement a more robust autocomplete system