An open API service indexing awesome lists of open source software.

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

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
```