[Feature Request]: `fish-shell` completions
Thanks for creating resticprofile! Seems really useful and I'm looking forward to using it.
I noticed that there are completions for bash (which are also being used for zsh completion), but there are not similar completions for fish-shell.
Would be nice if these were available, and I can look at writing these, but thought I would create an issue for this in case this would something you'd be interested in adding for fish users!
Thanks again
If you feel like looking into it, I'll be happy to review a pull request 👍🏻
As a fish user, looking forward to this 👍
dotnet supports fish shell with the following instructions:
https://learn.microsoft.com/en-us/dotnet/core/tools/enable-tab-autocomplete#fish
e. g. the actual command to register is:
complete -f -c dotnet -a "(dotnet complete (commandline -cp))"
Since the complete command works quite similar in resticprofile it may already be enough to use a similar approach.