-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to not append space? #239
Comments
Could you post a minimal example that reproduces it? it should be possible, ex i use readline for fq and this works: $ fq -i
null> {a:{b:123}} | .<tab><tab><tab>
# end up with
null> {a:{b:123}} | .a.b BTW you might want to consider using https://github.com/ergochat/readline that is more active fork. |
fq custom |
Yeap ends up being used here https://github.com/wader/fq/blob/f150085735e8c20b86fa68210ed4162a3b6177b3/pkg/cli/cli.go#L200-L212 What do you use now? something like |
You're right. I need to implement my own AtutoCompleter. |
Happy it helped 👍 |
I know the result is right. Every autocompletion will add space.
I want:
What should I do?
Thanks!
The text was updated successfully, but these errors were encountered: