conda-incubator / conda-zsh-completion

zsh completion for conda
Do What The F*ck You Want To Public License
362 stars 65 forks source link

Submit to zsh-completions? #2

Open sdvillal opened 9 years ago

sdvillal commented 9 years ago

This works really well, thanks! Maybe it could be useful to have it in the zsh-completions project?

esc commented 9 years ago

Thanks for the kind words. There are two obstacles:

The scrtipt would need to conform to:

https://github.com/zsh-users/zsh/blob/master/Etc/completion-style-guide

Also I am not sure if using Python to parse JSON will be accepted. IIRC last time I tried to submit a completion that uses Python for this purpose it lead to some debate.

https://github.com/zsh-users/zsh-completions/issues/146

esc commented 5 years ago

@sdvillal should we try this again?

sdvillal commented 5 years ago

I would love to give a hand for this, but I'm afraid the earliest I can do it is beginning of April.

What is the best way to proceed? PR to zsh-completions and make any necessary change there? If the PR is accepted, would we then archive this repo?

laggardkernel commented 4 years ago

How about submitting to conda/conda? The completions for fish and Bash has been included.

https://github.com/conda/conda/tree/master/conda/shell/etc

esc commented 4 years ago

@laggardkernel sure, feel to propose it, if you like.

esc commented 2 years ago

bump 😁