anki-code / xontrib-argcomplete

Argcomplete support to tab completion of python and xonsh scripts in xonsh shell.
BSD 2-Clause "Simplified" License
26 stars 5 forks source link

Support scripts without extension by using shebang #2

Closed anki-code closed 3 years ago

anki-code commented 3 years ago

Cases:

script-from-bin <tab>
./script-without-ext <tab>

Activate argcomplete if:

Use which to complete script from bin.