argcomplete icon indicating copy to clipboard operation
argcomplete copied to clipboard

Python and tab completion, better together.

Results 80 argcomplete issues
Sort by recently updated
recently updated
newest added

The codes of `_python_argcomplete_zsh` are mostly copied from `_bash_complete` in `bashcompinit`. I don't really know how to do bash programming, so I made the pull request with copy-n-paste-programming and programming-by-coincidence...

Currently, `argcomplete` does not support PowerShell (https://github.com/kislyuk/argcomplete/issues/166). However, it is possible to write PowerShell script to enable `argcomplete`: https://github.com/tibortakacs/powershell-argcomplete This solution works well in PowerShell, however, it requires minor modification...

Hi Team, We been using python module argcomplete - 1.12.3 that required for module"yq". The problem is we been using customized python [ that is for our environment pupose] Ex;...

```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx Running Sphinx v4.0.2 making output directory... done building [mo]: targets for 0 po files that are out of date...

`git` and some other tools support user-defined subcommands by having `git-some-subcommand` in `PATH`. Running `git some-subcommand` runs the custom subcommand via `git` binary. I can't figure out how to make...

Any completion decision that requires starting a python interpreter an additional time to decide how to complete the script ends up being very slow. This could be mitigated by using...

I am not sure if I missed it somewhere in the docs or issues, but I was wondering if it is possible to show only one (e.g. the first) of...

I tried to register my program with tcsh and it didn't work, after following the direction autocomplete works on zsh, bash but not tcsh in my Mac system ``` (buildtest)...

Tried to follow zsh autocomplete configuration guide from https://pypi.org/project/argcomplete/ (section "Zsh Support") but haven't succeeded. If I add to `.zshrc` this (as in guide): ``` autoload -U bashcompinit bashcompinit eval...