-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Labels
upstreamIssues which need to be resolved in an upstream dependencyIssues which need to be resolved in an upstream dependency
Description
Thank you for all your hard work on DVC. It's an incredibly useful tool that has become an essential part of my workflow.
I would like to request the addition of shell completion support for the fish shell.
DVC already has a great dvc completion
command that provides completion scripts for bash
and zsh
. It would be fantastic if fish shell could be added as another supported option. This would allow users of the fish shell to benefit from the same seamless command-line experience as users of other shells.
A possible implementation could be to extend the dvc completion -s
command to accept fish
as an argument, like so:
dvc completion -s fish > ~/.config/fish/completions/dvc.fish
Thank you for considering this request.
Metadata
Metadata
Assignees
Labels
upstreamIssues which need to be resolved in an upstream dependencyIssues which need to be resolved in an upstream dependency