Populate rich completions using fish, taking precedence over the default bash based completer in xonsh shell. The bash completer remains registered and is used as a fallback when fish has no completion for the command.
If you like the idea click β on the repo and tweet.
First of all install fish shell.
To install the xontrib use xpip:
xpip install xontrib-fish-completer
# or: xpip install -U git+https://github.com/xonsh/xontrib-fish-completer
xontrib load fish_completer
ls -<Tab>
This package was created with xontrib template.
Python
100.0%
Populate rich completions using fish, taking precedence over the default bash based completer in xonsh shell. The bash completer remains registered and is used as a fallback when fish has no completion for the command.
If you like the idea click β on the repo and tweet.
First of all install fish shell.
To install the xontrib use xpip:
xpip install xontrib-fish-completer
# or: xpip install -U git+https://github.com/xonsh/xontrib-fish-completer
xontrib load fish_completer
ls -<Tab>
This package was created with xontrib template.
Python
100.0%