Add nushell completion support
Open
@rami3l is already working on this.
Since Nov 20, 2025.
enhancement
- Dominant language
- Rust
- Stars
- 7k
- Forks
- 1.1k
- Avg merge
- 22h 40m
- Merged PRs (30d)
- 46
Description
Problem you are trying to solve
Enable nushell to enjoy first-class completion support, just like shells such as bash and zsh.
Solution you'd like
You can also have native rustup command completion support in nushell.
Notes
We can consider using clap_complete_nushell crate.
In many projects, this clap_complete_nushell crate is used to generate nushell completion scripts, for example:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.