init: Alfred preferences

This commit is contained in:
2026-03-26 09:22:38 +08:00
commit 3cad72b72c
13215 changed files with 108280 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "git clone https:\/\/github.com\/microsoft\/vscode-remote-try-php",
"uid" : "74640530-34AD-4A1C-8DD0-469D86B4ADCA",
"name" : "Clone VSCode Remote Try PHP",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "git clone https:\/\/github.com\/microsoft\/vscode-remote-try-python",
"uid" : "BE11A1C4-CB34-40D9-B817-0AE122D7BC12",
"name" : "Clone VSCode Remote Try Python",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "docker ps -a --filter=\"label=vsch.quality\" --format \"table {{.ID}}\\t{{.Status}}\\t{{.Image}}\\tvscode-{{.Label \\\"vsch.quality\\\"}}\\t{{.Label \\\"vsch.local.folder\\\"}}\"\n",
"uid" : "12B0A70C-979C-40A2-9AC4-B834E875B08D",
"name" : "List Docker Containers with Labels",
"keyword" : "docker command"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "devcontainer open .",
"uid" : "C9EF4390-D0C9-4621-9C79-BB34B558E023",
"name" : "Open Development Container",
"keyword" : "devcontainer"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View 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>