-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
A:completionsIssues related to tab completionIssues related to tab completionA:configurationIssue related to nu's configurationIssue related to nu's configurationcategory:enhancementNew feature or requestNew feature or requeststatus:needs-designthis feature requires designthis feature requires design
Description
Question
More and more projects are shipping with Nushell completion support (especially Rust based projects because of the pervasive use of Clap which generates Nushell completions). As a distro packager, where should these files get installed to a system such that Nushell will find and use them?
For examples from other shells, completions for foo would be in files:
#bash
/usr/share/bash-completion/completions/foo
#zsh
/usr/share/zsh/site-functions/_foo
#fish
/usr/share/fish/vendor_completions.d/foo.fish
#elvish
/usr/share/elvish/lib/foo.elvWhere would a similar file go for Nushell?
Additional context and details
No response
Metadata
Metadata
Assignees
Labels
A:completionsIssues related to tab completionIssues related to tab completionA:configurationIssue related to nu's configurationIssue related to nu's configurationcategory:enhancementNew feature or requestNew feature or requeststatus:needs-designthis feature requires designthis feature requires design