https://github.com/mrtc0/fish-openv-completions
fish completions for openv
https://github.com/mrtc0/fish-openv-completions
Last synced: 8 months ago
JSON representation
fish completions for openv
- Host: GitHub
- URL: https://github.com/mrtc0/fish-openv-completions
- Owner: mrtc0
- License: apache-2.0
- Created: 2021-01-02T14:02:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:36:31.000Z (over 2 years ago)
- Last Synced: 2025-04-01T22:05:36.722Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openv completion for fish shell
## Install
```shell
$ mkdir -p ~/.config/fish/completions
$ cd ~/.config/fish
$ git clone https://github.com/mrtc0/fish-openv-completions
$ ln -s ../fish-openv-completions/openv.fish completions/
```
## Install using Fisher
```shell
$ fisher install mrtc0/fish-openv-completions
```