Releases: anki-code/xontrib-argcomplete
Releases · anki-code/xontrib-argcomplete
0.2.5
Added demo to the README.
0.2.3
Fixed getting file path using which
0.2.2
- Added debug mode:
$XONTRIB_ARGCOMPLETE_DEBUG=True
- Fixed completion in the line beginning
0.2.0
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
Added xonsh support:
./script.xsh <Tab>
./path/script.xsh <Tab>
xonsh script.xsh <Tab>
0.0.6
Added support for Python version.
Example:
python3.6 script.py <Tab>
0.0.5
Changed subprocess capture function.