Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xonsh/xontrib-fish-completer
- Owner: xonsh
- License: mit
- Created: 2023-02-14T15:21:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T19:04:59.000Z (3 months ago)
- Last Synced: 2024-07-29T23:42:14.766Z (3 months ago)
- Topics: fish-completion, fish-shell, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xontribs - fish_completer - Populate rich completions using fish shell instead of bash. (Tab-completions)
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).