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
- Host: GitHub
- URL: https://github.com/ckipp01/mill-fish-completions
- Owner: ckipp01
- License: mit
- Created: 2022-07-15T07:33:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T07:50:20.000Z (over 3 years ago)
- Last Synced: 2025-04-01T02:51:50.892Z (7 months ago)
- Topics: completions, fish-shell, mill
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```