resticprofile icon indicating copy to clipboard operation
resticprofile copied to clipboard

[Feature Request]: `fish-shell` completions

Open Drew-Daniels opened this issue 6 months ago • 3 comments

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

Drew-Daniels avatar Jun 28 '25 00:06 Drew-Daniels

If you feel like looking into it, I'll be happy to review a pull request 👍🏻

creativeprojects avatar Jun 30 '25 17:06 creativeprojects

As a fish user, looking forward to this 👍

Liksium avatar Sep 25 '25 08:09 Liksium

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.

jkellerer avatar Sep 25 '25 15:09 jkellerer