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: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:02:59.000Z (about 1 month ago)
- Last Synced: 2024-10-28T19:23:23.421Z (about 1 month ago)
- Topics: fish-completion, fish-shell, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
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).