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

https://github.com/ckipp01/mill-fish-completions

mill completions for fish shell
https://github.com/ckipp01/mill-fish-completions

completions fish-shell mill

Last synced: 6 months ago
JSON representation

mill completions for fish shell

Awesome Lists containing this project

README

          

# mill completions for fish shell

This is very basic, but works surprisingly well as when using for things like
`mill mymodule.`. What it doesn't work great for is things like `mill
_.`. This also adds completions for all flags.

## Installation

Install using [Fisher](https://github.com/jorgebucaran/fisher)

```fish
fisher install ckipp01/mill-fish-completions
```

If you don't use fisher, just can also just make sure the `mill.fish`
file is in your `~/.config/fish/completions/` by either putting it
there or linking it.

```fish
ln -s mill-fish-completions/completions/mill.fish completions/mill.fish
```