Install elvish, powershell completions from make
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 24.1k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 365
Description
make COMPLETIONS=y is used at GNUmakefile to install bash, fish and zsh currently.
But it should be make COMPLETIONS="bash zsh fish" by default and accept COMPLETIONS="bash elvish powershell".
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.
Research direction
Start in GNUmakefile and inspect how COMPLETIONS=y currently selects bash, fish, and zsh installation. Verify how a space-separated COMPLETIONS value is parsed, then run the relevant make target with the requested shell combinations; done means the default and elvish/powershell selections install the expected completions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, fish, powershell, zsh
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100