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

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 B

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" : "echo \"Hello, World!\" | nc -u 192.0.2.1 1234",
"uid" : "84490903-661D-4D6D-B7B4-22DC852ACFD6",
"name" : "向遠端主機 192.0.2.1 的埠 1234 發送 UDP 訊息",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "nc -l -p 8002",
"uid" : "024C64F2-6F80-4D48-81CF-2F6F4585635B",
"name" : "建立 TCP 偵聽器並監聽本機埠 8002",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "nc -ul 1234",
"uid" : "7D1F20F7-6872-4DE3-B989-D1C73FE2D2AD",
"name" : "建立 UDP 偵聽器並監聽本機埠 1234",
"keyword" : ""
}
}