Zsh completion support
See original GitHub issue🚀 Feature Request
Zsh completion support as well as bash.
Motivation
I tried hydra’s bash completion and I was amazing. However, I usually use zsh, so I want Zsh completion. I found related PRs such as https://github.com/facebookresearch/hydra/pull/263, but there is no progress so far.
Pitch
As far as I tried and googled, zsh requires a completion function to be saved as a file somewhere and loaded again. I think it makes installation a bit difficult compared to bash’s eval $(python file.py -sc install=bash)
. I want to know better solutions if you know.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Additional completion definitions for Zsh. - GitHub
Additional completion definitions for Zsh. This projects aims at gathering/developing new completion scripts that are not available in Zsh yet. The scripts may ......
Read more >A Guide to the Zsh Completion with Examples
How work the Zsh completion system and how to configure it according to your needs, without any framework or bloated library.
Read more >20 Completion System - zsh
This provides a way of altering the behaviour of functions that can perform many different completions. It is implemented by setting the parameter...
Read more >zsh-completions - Homebrew Formulae
Bottle (binary package) installation support provided. Current versions: stable, ✓, 0.34.0. head, ⚡️, HEAD. To activate these ...
Read more >Moving to zsh, part 5: Completions - Scripting OS X
In the default configuration, tab completion in zsh is very basic. It will complete commands and paths, but not much else. But you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @omry, Is this still relevant?
Im willing to give this a shot.
this is done.