I don't know is this the place to put requests but I'll do it anyway.
Would be great to have autocomplete functionality for major shells, at least for linux.
Good examples can be found in docker CLI and kubectl.
Examples:
# Bash
powersync completion bash > > ~/.local/share/bash-completion/completions/powersync
# ZSH
powersync completion zsh > ~/.oh-my-zsh/completions/_powersync
# Fish
powersync completion fish > ~/.config/fish/completions/powersync.fish
..then reload your config however it is done in your shell
I don't know is this the place to put requests but I'll do it anyway.
Would be great to have autocomplete functionality for major shells, at least for linux.
Good examples can be found in docker CLI and kubectl.
Examples:
..then reload your config however it is done in your shell