You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Civan Yavuzşen 4ee0cf3cb4
feat(multipass): add plugin for multipass (#10140)
4 years ago
..
README.md feat(multipass): add plugin for multipass (#10140) 4 years ago
_multipass feat(multipass): add plugin for multipass (#10140) 4 years ago
multipass.plugin.zsh feat(multipass): add plugin for multipass (#10140) 4 years ago

README.md

multipass

This plugin provides completion for multipass, as well as aliases for multipass commands.

To use it, add multipass to the plugins array in your zshrc file:

plugins=(... multipass)

Aliases

Alias Command
mp multipass
mpl multipass list
mpla multipass launch
mpln multipass launch --network en0 --network name=bridge0,mode=manual
mps multipass shell
mpsp multipass stop
mpst multipass start