anki-code / anki-code/xontrib-argcomplete

No completion for pipx, which is using argcomplete

Open
#9 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
35
Forks
5
PR merge metrics
No merged PRs in 30d

Description

pipx uses argcomplete.

On Linux (Debian 11), I install pipx, xonsh and xontrib-argcomplete with

```sh
python3 -m pip install pipx
python3 -m pipx ensurepath
```

In a new terminal, I can setup argcomplete for Bash and I get autocompletion for Bash. Then,

```
pipx install xonsh
xonsh
xpip install xontrib-argcomplete
echo 'xontrib load argcomplete' >> ~/.xonshrc
```

In a new terminal, I don't get autocompletion for pipx in xonsh.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.