question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
ravindranrahulcommented, Jun 17, 2020

Hi @omry, Is this still relevant?

Im willing to give this a shot.

0reactions
omrycommented, Jan 8, 2021

this is done.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found