xontrib-argcomplete

Argcomplete support to tab completion of python and xonsh scripts in xonsh shell.

BSD-2-CLAUSE License

Downloads
986
Stars
27
Committers
4
xontrib-argcomplete - 0.3.2 Latest Release

Published by anki-code over 3 years ago

Fix Mac exception.

xontrib-argcomplete - 0.3.1

Published by anki-code about 4 years ago

Fix completion when no args.

xontrib-argcomplete - 0.3.0

Published by anki-code about 4 years ago

Added xonsh lexer to parse command line.

xontrib-argcomplete - 0.2.10

Published by anki-code about 4 years ago

Improved Mac support.

xontrib-argcomplete - 0.2.9

Published by anki-code about 4 years ago

Fixed rare exception.

xontrib-argcomplete - 0.2.8

Published by anki-code about 4 years ago

Fixed DeprecationWarning.

xontrib-argcomplete - 0.2.7

Published by anki-code about 4 years ago

Disabled stderr for complex prefix

xontrib-argcomplete - 0.2.6

Published by anki-code about 4 years ago

Added support of scripts with a path in the shebang.
Example:

#!/opt/miniconda/bin/python3.8
# PYTHON_ARGCOMPLETE_OK
...
xontrib-argcomplete - 0.2.5

Published by anki-code about 4 years ago

Added demo to the README.

xontrib-argcomplete - 0.2.4

Published by anki-code about 4 years ago

Fixed file detection

xontrib-argcomplete - 0.2.3

Published by anki-code about 4 years ago

Fixed getting file path using which

xontrib-argcomplete - 0.2.2

Published by anki-code about 4 years ago

  • Added debug mode: $XONTRIB_ARGCOMPLETE_DEBUG=True
  • Fixed completion in the line beginning
xontrib-argcomplete - 0.2.1

Published by anki-code about 4 years ago

Package maintenance

xontrib-argcomplete - 0.2.0

Published by anki-code about 4 years ago

Added shebang support:

./script           # shebang should has "env python" or "env xonsh"
script             # script should be found in $PATH and shebang should has "python" or "xonsh"
xontrib-argcomplete - 0.1.0

Published by anki-code about 4 years ago

Added xonsh support:

./script.xsh <Tab>
./path/script.xsh <Tab>
xonsh script.xsh <Tab>
xontrib-argcomplete - 0.0.7

Published by anki-code about 4 years ago

Added workaround for xonsh/issues/3394

xontrib-argcomplete - 0.0.6

Published by anki-code about 4 years ago

Added support for Python version.

Example:

python3.6 script.py <Tab>
xontrib-argcomplete - 0.0.5

Published by anki-code about 4 years ago

Changed subprocess capture function.

xontrib-argcomplete - 0.0.4

Published by anki-code about 4 years ago

Added xonsh native execution of subprocess command.

xontrib-argcomplete - 0.0.3

Published by anki-code about 4 years ago

Update README