argcomplete
argcomplete copied to clipboard
Python and tab completion, better together.
Documentation says that the command for global autocomplete with dest folder specification should be _activate-global-python-argcomplete --dest=/path/to/bash_completion.d_ but actually the syntax with --dest= is rejected: _$ activate-global-python-argcomplete --dest=~/.local/share/bash-completion/completions usage: activate-global-python-argcomplete [-h]...
As per the installation instructions in the README, I ran ``` pip3 install argcomplete activate-global-python-argcomplete ``` but this results in `zsh: command not found: activate-global-python-argcomplete` so at a minimum, it...
Might save some time to have a default issue template that tells people to set `_ARC_DEBUG=1` and include the output with their bug report.
Hello, I'm facing an issue I can't fix myself... This is my environment: ``` stefan@debian:~/Projects/raingen$ bash --version GNU bash, version 5.1.4(1)-release (x86_64-pc-linux-gnu) Copyright (C) 2020 Free Software Foundation, Inc. License...
Every script I work on has some arg that is so dynamic that it can't be completed, i.e., where no `choices` can be set, nor any custom completer. It's annoying...
When I use the global completion mode, completion does not work. Pressing tab with no arguments it returns a file list of the current directory Pressing tab with a `-`...
Add new option to activate-global-python-argcomplete that returns location of bash completion script
It would be nice for activate-global-python-argcomplete to have an option that returns the location of the bash completion script. This would help in situations where we can't/don't want to use...
When Using argcomplete under Fish-Shell, the generated Code contains the literal Path to the Script as part of a function-name: ``` ~/C/makefile-style-python register-python-argcomplete --shell fish ./foo/bar/baz function __fish_./foo/bar/baz_complete set -x...
Once that is done, add `build` to the build dependencies in pyproject.toml.
For #361 and v2.0, we need to update the code in these modules from the original 2.7 version to the most recent released version in https://github.com/python/cpython/tree/main/Lib that passes our CI.