sglang.0.4.8.post1/oh-my-zsh/plugins/multipass
hailin d4330e0746 first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00
..
README.md first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00
_multipass first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00
multipass.plugin.zsh first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00

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