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,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" : "doggo {cursor} @https:\/\/cloudflare-dns.com\/dns-query",
"uid" : "498C543A-2C47-4B86-8863-DCBDF24514EA",
"name" : "使用 cloudflare-dns.com 的 DNS 查詢進行 doggo 操作",
"keyword" : "doggo"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "doggo {cursor}",
"uid" : "97579956-A0C5-422A-AC56-229FD2CEC9FF",
"name" : "執行 doggo 指令",
"keyword" : "doggo"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "doggo -t MX -n 9.9.9.9 github.com",
"uid" : "A01CE002-E65D-4F84-B477-A18803CCEC80",
"name" : "查詢 GitHub 的 MX 紀錄",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "doggo MX github.com @9.9.9.9",
"uid" : "BA8EB3D9-8FD0-4AB8-9471-E2D5B5E7F3B2",
"name" : "查詢 GitHub 的 MX 紀錄",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "doggo duckduckgo.com --time",
"uid" : "D1EF662C-2BF4-4D18-8FCA-52C1349C5343",
"name" : "查詢 duckduckgo.com 並顯示查詢時間",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "doggo -t MX -n 9.9.9.9 {cursor}",
"uid" : "C8063EC9-FEFB-4B89-B846-3F4422ED22C8",
"name" : "設定 DNS 伺服器為 9.9.9.9 的 MX 記錄查詢指令",
"keyword" : "doggo"
}
}