Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 797 Bytes

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.