anki-code / anki-code/xontrib-argcomplete
No completion for pipx, which is using argcomplete
Đang mở
enhancement
- Ngôn ngữ chính
- Python
- Star
- 35
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.