https://github.com/divkix/multipass-fish-completions
Fish shell completions and extra functions for Multipass by canonical
https://github.com/divkix/multipass-fish-completions
fish-plugin fish-shell fisher
Last synced: 11 months ago
JSON representation
Fish shell completions and extra functions for Multipass by canonical
- Host: GitHub
- URL: https://github.com/divkix/multipass-fish-completions
- Owner: Divkix
- License: mit
- Created: 2023-02-20T05:56:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T11:21:54.000Z (over 3 years ago)
- Last Synced: 2025-01-11T04:33:50.733Z (over 1 year ago)
- Topics: fish-plugin, fish-shell, fisher
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multipass Fish completions
`multipass` command completions for [Fish](https://fishshell.com/).
## Installation
Install with [Fisher](https://github.com/jorgebucaran/fisher):
```console
fisher install Divkix/multipass-fish-completions
```
Or manually:
```console
mkdir ~/.config/fish/completions
wget https://raw.githubusercontent.com/Divkix/multipass-fish-completions/main/completions/multipass.fish -O ~/.config/fish/completions/multipass.fish
```
Fish will load the new completions straight away—no reload required.
## Example
```console
% multipass [TAB]
delete (Delete instances)
recover (Recover deleted instances)
exec (Run a command on an instance)
restart (Restart instances)
...
```
These completions have been taken from [here](https://gist.github.com/linux-china/3e1a7ce99393382ad8fe575af19c8f07) and [here](https://gist.github.com/tmsick/45184f2b5976d0367f0b561f15f6d4a8).
Thanks to both the authors for their work.