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: 21 days ago
JSON representation
Populate rich completions using fish and remove the default bash based completer
- Host: GitHub
- URL: https://github.com/xonsh/xontrib-fish-completer
- Owner: xonsh
- License: mit
- Created: 2023-02-14T15:21:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T17:23:15.000Z (about 1 month ago)
- Last Synced: 2025-03-31T18:34:15.549Z (about 1 month ago)
- Topics: fish-completion, fish-shell, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).