init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass find",
|
||||
"uid" : "FDCB6DE1-8B40-4C54-A191-11FACEDD0D78",
|
||||
"name" : "Find available images",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass shell",
|
||||
"uid" : "04E6B0D3-DEB6-41C2-B9CF-B6BFCB57A9AA",
|
||||
"name" : "Get a shell inside a VM",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass list",
|
||||
"uid" : "9D6402E6-AF87-49C3-84AF-3451B4E479A7",
|
||||
"name" : "List existing VMs",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew install --cask multipass",
|
||||
"uid" : "0EB6FD52-AE91-40DB-AE64-6F2FC884810B",
|
||||
"name" : "Multipass Installation",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass delete {clipboard}",
|
||||
"uid" : "92D4A8E8-DD21-4386-A8E9-BAB13BB7DB70",
|
||||
"name" : "Multipass Instance Deletion",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass info",
|
||||
"uid" : "B72EA35C-88F6-42A9-A9B6-BAFE0DF7B9F5",
|
||||
"name" : "Multipass Instance Information",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass launch -c 4 -m 512M -d 2G -n {cursor}",
|
||||
"uid" : "23B20B74-8A46-4ADD-8026-6ECCFF242553",
|
||||
"name" : "Multipass Instance Launch",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass launch",
|
||||
"uid" : "402B94D6-505C-4F77-A0EA-98C38AFC6805",
|
||||
"name" : "Multipass Instance Launch",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass launch --name",
|
||||
"uid" : "D60BC47F-31A9-47FF-80E3-CB5B88B10667",
|
||||
"name" : "Multipass Instance Launch with Name",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass purge",
|
||||
"uid" : "607DE307-53A2-4733-B9CE-A48D874196C0",
|
||||
"name" : "Multipass Instance Purge",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "multipass stop ",
|
||||
"uid" : "95FDD171-0913-4DC6-A878-2716B5F37DF4",
|
||||
"name" : "Multipass Instance Stop",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/multipass/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/multipass/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
10
Alfred.alfredpreferences/snippets/multipass/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/multipass/info.plist
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>snippetkeywordprefix</key>
|
||||
<string></string>
|
||||
<key>snippetkeywordsuffix</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user