We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Say I do this:
echo SELECT > ~/.rlwrap/sqlite3_completions rlwrap -a -i sqlite3 select‸<TAB> select‸ selec‸<TAB> SELECT ‸
Is it possible to have completions for complete words as well?
The text was updated successfully, but these errors were encountered:
As far as I can see, this has already been fixed by #12 Can you confirm?
Sorry, something went wrong.
I didn't mention I'm using rlwrap 0.37 packaged in Ubuntu 14.04. I grabbed this archive (is it a good choice?) and in that version this works indeed!
rlwrap 0.37
Thank you for the answer!
No branches or pull requests
Say I do this:
Is it possible to have completions for complete words as well?
The text was updated successfully, but these errors were encountered: