Request support for autocompletion of the alias command in zsh
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
Request support for autocompletion of the alias command, like `.j`
like kubectl command:
```source
source <(kubectl completion zsh)
alias k=kubectl
compdef __start_kubectl k
```
Then you can use the autocompletion of the command k
Contributor guide
Research direction
Review the existing zsh completion behavior for just and compare it with the kubectl completion example in the issue. Determine how aliases such as `.j` or `k` should receive command completion, then verify that the documented alias cases work in zsh.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- zsh
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100