mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-26 08:13:28 +02:00
feat(span): Introducing Snapcraft CLI plugin (#9357)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# snap plugin
|
||||
|
||||
This plugin sets up aliases for the common [snap](https://snapcraft.io/docs/getting-started) commands
|
||||
|
||||
## Aliases
|
||||
|
||||
| Alias | Full command |
|
||||
| --- | ---|
|
||||
| sv | snap version |
|
||||
| sf | snap find |
|
||||
| si | snap install |
|
||||
| sin | snap info |
|
||||
| sr | snap remove |
|
||||
| sref | snap refresh |
|
||||
| srev | snap revert |
|
||||
| sl | snap list |
|
||||
| sd | snap disable |
|
||||
| se | snap enable |
|
||||
Reference in New Issue
Block a user