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
https://click.palletsprojects.com/en/8.1.x/shell-completion/
This works for zsh:
zsh
eval "$(_SQLITE_UTILS_COMPLETE=zsh_source sqlite-utils)"
This will probably work for bash:
bash
eval "$(_SQLITE_UTILS_COMPLETE=bash_source sqlite-utils)"
Need to add this to the installation docs here: https://sqlite-utils.datasette.io/en/stable/installation.html - along with the pattern for adding that to .zshrc or whatever.
.zshrc
The text was updated successfully, but these errors were encountered:
87bddef
Now live at https://sqlite-utils.datasette.io/en/latest/installation.html#setting-up-shell-completion
Sorry, something went wrong.
Release 3.32.1
6fb32d2
Refs #551, #552
No branches or pull requests
https://click.palletsprojects.com/en/8.1.x/shell-completion/
This works for
zsh
:This will probably work for
bash
:Need to add this to the installation docs here: https://sqlite-utils.datasette.io/en/stable/installation.html - along with the pattern for adding that to
.zshrc
or whatever.The text was updated successfully, but these errors were encountered: