Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xonsh/xontrib-fish-completer

Populate rich completions using fish and remove the default bash based completer
https://github.com/xonsh/xontrib-fish-completer

fish-completion fish-shell xonsh xontrib

Last synced: 3 months ago
JSON representation

Populate rich completions using fish and remove the default bash based completer

Awesome Lists containing this project

README

        


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](https://github.com/fish-shell/fish-shell#getting-fish).

To install the xontrib use xpip:

```bash
xpip install xontrib-fish-completer
# or: xpip install -U git+https://github.com/xonsh/xontrib-fish-completer
```

## Usage

```bash
xontrib load fish_completer
ls -
```

## Credits

This package was created with [xontrib template](https://github.com/xonsh/xontrib-template).