-
Should we include/ship shell completion with pytest, e.g. in a `contrib` folder?
I have something for Zsh: https://github.com/zsh-users/zsh-completions/pull/454/files.
Added to my dotfiles: http…
-
Might require to change the interface between the zsh completion script and the python script
-
Let me start by saying well done with all the improvements since v2.9 the README looks awesome I must make a point to look at the docs... but who reads manuals anyway? =)
Being the devils advocate ag…
-
> ./test.py __pyzshcomplete_scan_python_script_for_magic:3: command not found: __python_argcomplete_scan_head_noerr
first of all cool project!!! congrats
and as an issue or bug maybe
its print …
-
I tried to use `argcomplete` in zsh but could not make it work. Then I found `pyzshcomplete` and decided to try it. I've installed `pip` package to `virtualenv` on my MacBook, tried to execute `~/.loc…
-
I am getting started with this project so I apologize for such a basic question.
For example the following is a zsh completion function for command `foo`:
```
#compdef _foo foo
compadd first s…
-
Hi, I tried your autocomplete tool and for some reasons it failed to remove the '.zcompdump' file in my home dir.
Here is the link to the source of the issue ( I believe) : https://github.com/dan19…
-
Hey there,
As a zsh user, I wanted a better solution than using `bashcompinit`, and after going over [this issue](https://github.com/kislyuk/argcomplete/issues/10) and learning about `compsys` (the…