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.
18 lines
381 B
18 lines
381 B
# 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 |
|
|
|