You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis 6ca9380abb python/argcomplete: Updated for version 1.7.0. 9 years ago
..
README python/argcomplete: Updated for version 0.8.9. 11 years ago
argcomplete.SlackBuild python/argcomplete: Updated for version 1.7.0. 9 years ago
argcomplete.info python/argcomplete: Updated for version 1.7.0. 9 years ago
doinst.sh python/argcomplete: Updated for version 0.6.9. 12 years ago
slack-desc python/argcomplete: Added (Bash tab completion for argparse). 12 years ago

README

Bash tab completion for argparse.

Tab complete all the things!

Argcomplete provides easy, extensible command line tab completion of arguments
for your Python script.

Argcomplete is particularly useful if your program has lots of options
or subparsers, and if your program can dynamically suggest completions
for your argument/option values.

Note:
You need to run (as root) 'activate-global-python-argcomplete' script once you
install this package.