mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-21 07:39:50 +00:00
feat(span): Introducing Snapcraft CLI plugin (#9357)
This commit is contained in:
18
plugins/snap/README.md
Normal file
18
plugins/snap/README.md
Normal file
@@ -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