https://github.com/jackgerrits/vw-fish-completions
Fish plugin to add completions for Vowpal Wabbit command line tool
https://github.com/jackgerrits/vw-fish-completions
fish-shell vowpal-wabbit
Last synced: 2 months ago
JSON representation
Fish plugin to add completions for Vowpal Wabbit command line tool
- Host: GitHub
- URL: https://github.com/jackgerrits/vw-fish-completions
- Owner: jackgerrits
- License: mit
- Created: 2021-05-27T03:26:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T20:33:21.000Z (about 3 years ago)
- Last Synced: 2025-01-23T06:32:29.004Z (4 months ago)
- Topics: fish-shell, vowpal-wabbit
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vw-fish-completions
[Fish](https://fishshell.com/) plugins which adds completions for all of [Vowpal Wabbit](https://vowpalwabbit.org/)'s command line options. Start typing `vw --` and hit tab in Fish to see all available options.## Installation
```sh
$ fisher install jackgerrits/vw-fish-completions
```## Demo
[](https://asciinema.org/a/ARQKvDlTNswv5a2OXhxuiuHfk)
## Generation
Use [`vw-dump-options`](https://github.com/VowpalWabbit/vowpal_wabbit/tree/master/utl/dump_options) to dump the current options state at a particular release. Then pass it to `generate.py options.json`