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" : "application\/json",
"uid" : "C667DCE6-C6F3-4F62-9AD7-A0BBFCE5BC34",
"name" : "application\/json",
"keyword" : "json"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "application\/xml",
"uid" : "E7D742B5-167B-4D26-B2A9-155FB338CB22",
"name" : "application\/xml",
"keyword" : "xml"
}
}

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>

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "\"Content-Type : application\/json\"",
"uid" : "DF690500-55EB-4EFE-9AD2-238B2B4C9437",
"name" : "json_content_type",
"keyword" : "content-type"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "\"Content-Type: application\/json; charset=UTF-8\"",
"uid" : "002A7E2D-B521-4B25-B530-642CCB108897",
"name" : "json_content_type_with_charset_utf8",
"keyword" : "content-type"
}
}