pyzshcomplete icon indicating copy to clipboard operation
pyzshcomplete copied to clipboard

Autocompletion for python scripts in zsh

Results 14 pyzshcomplete issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

For my setup I use custom build zsh and python3, so default install is okay for non-root cp, but I don't have root permission on the machine, so probably is...

Bumps [ipython](https://github.com/ipython/ipython) from 7.20.0 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...

dependencies

I've wanted `zsh` completions for pypi ecosystem for a long time, so I want to thank you for getting the ball rolling on this. My strong feeling, however, is that...

Might require to change the interface between the zsh completion script and the python script

Enhancement
Help Wanted
Python

Currently `argparse` has a standard mechanism to specify what type to complete (the `type` argument to `add_argument`), but doesn't have a mechanism to specify what it is intended to complete...

Enhancement
Help Wanted
Python

Currently we have to manually import each adapter and have an ugly function (`_parser_adapter`) with (potentially) lots of `if` statements. We could detect these packages automatically, and have each `parser_adapter`...

Enhancement
Python

**TL;DR**: We currently don't supporting completing modules invoked with `python -m `, and we should. It has been quite difficult to support python scripts and modules at the same time....

Enhancement
Help Wanted
Zsh