> [!IMPORTANT] > This issue belongs to the MVP phase, see [MVP.md](https://github.com/quansat-dev/dot/blob/mvp/docs/MVP.md#plugin-to-engine-interprocess-communication) for more information. Some first-party support for shell-specific autocompletion will be nice. For example, se [pnpm > Command line tab-completion](https://pnpm.io/completion). I use [fish](https://fishshell.com/), so let's support that first. See [fish > Writing your own completions](https://fishshell.com/docs/current/completions.html): ```bash pnpm completion fish > ~/.config/fish/completions/pnpm.fish ``` bash & zsh may be next.
Important
This issue belongs to the MVP phase, see MVP.md for more information.
Some first-party support for shell-specific autocompletion will be nice. For example, se pnpm > Command line tab-completion.
I use fish, so let's support that first. See fish > Writing your own completions:
bash & zsh may be next.