Releases: anki-code/xontrib-argcomplete
Releases · anki-code/xontrib-argcomplete
0.2.5
18 Sep 04:10
Compare
Sorry, something went wrong.
No results found
Added demo to the README.
0.2.4
17 Sep 15:18
Compare
Sorry, something went wrong.
No results found
0.2.3
17 Sep 15:11
Compare
Sorry, something went wrong.
No results found
Fixed getting file path using which
0.2.2
17 Sep 14:57
Compare
Sorry, something went wrong.
No results found
Added debug mode: $XONTRIB_ARGCOMPLETE_DEBUG=True
Fixed completion in the line beginning
0.2.1
17 Sep 10:26
Compare
Sorry, something went wrong.
No results found
0.2.0
17 Sep 10:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added xonsh support:
./script.xsh <Tab>
./path/script.xsh <Tab>
xonsh script.xsh <Tab>
0.0.7
08 Sep 13:09
Compare
Sorry, something went wrong.
No results found
0.0.6
08 Sep 12:26
Compare
Sorry, something went wrong.
No results found
Added support for Python version.
Example:
python3.6 script.py < Tab>
0.0.5
08 Sep 12:14
Compare
Sorry, something went wrong.
No results found
Changed subprocess capture function.