Skip to content

Releases: anki-code/xontrib-argcomplete

0.2.5

18 Sep 04:10
644e462
Compare
Choose a tag to compare

Added demo to the README.

0.2.4

17 Sep 15:18
4e50d1d
Compare
Choose a tag to compare

Fixed file detection

0.2.3

17 Sep 15:11
c71efb5
Compare
Choose a tag to compare

Fixed getting file path using which

0.2.2

17 Sep 14:57
577062f
Compare
Choose a tag to compare
  • Added debug mode: $XONTRIB_ARGCOMPLETE_DEBUG=True
  • Fixed completion in the line beginning

0.2.1

17 Sep 10:26
d5dc417
Compare
Choose a tag to compare

Package maintenance

0.2.0

17 Sep 10:24
07e63a4
Compare
Choose a tag to compare

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"

0.1.0

17 Sep 09:05
a0f383c
Compare
Choose a tag to compare

Added xonsh support:

./script.xsh <Tab>
./path/script.xsh <Tab>
xonsh script.xsh <Tab>

0.0.7

08 Sep 13:09
d03081d
Compare
Choose a tag to compare

Added workaround for xonsh/issues/3394

0.0.6

08 Sep 12:26
b8d3331
Compare
Choose a tag to compare

Added support for Python version.

Example:

python3.6 script.py <Tab>

0.0.5

08 Sep 12:14
a289c67
Compare
Choose a tag to compare

Changed subprocess capture function.