Completions #4803
-
Hey, thinking about packaging my apps with scoop, currently I only provide the binary for windows and homebrew on linux and windows. Scoop looks like the nicest option for windows. What's a good example to look at for setting up bash/pwsh/zsh/fish completions? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Currently no Windows auto completions, scoop only extracts archive and add bin path. |
Beta Was this translation helpful? Give feedback.
-
You can add a note on how users can source the completion files themselves, but as such there's no centralised place for completion files. |
Beta Was this translation helpful? Give feedback.
-
Actually, I think it's trivially easy to add completion sources support to Scoop. We can track it here: #3247 We can create a folder |
Beta Was this translation helpful? Give feedback.
Actually, I think it's trivially easy to add completion sources support to Scoop. We can track it here: #3247
We can create a folder
~\scoop\completions
, and inside that, subfolders forbash
,zsh
,pwsh
,fish
etc. During installation, we can copy some specified files to this folder, and delete them during uninstallation.