Skip to content

xonsh/xontrib-fish-completer

Repository files navigation

Populate rich completions using fish and remove the default bash based completer in xonsh shell.

If you like the idea click ⭐ on the repo and tweet.

Installation

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

Usage

xontrib load fish_completer
ls -<Tab>

Credits

This package was created with xontrib template.