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" : "adb shell",
"uid" : "283AFDA0-12F3-4888-A0B1-D757AFA85F48",
"name" : "adb shell 互動",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb disconnect",
"uid" : "76DBE44F-FA10-4FB3-A8D2-84F8EDCC80DC",
"name" : "adb 斷開連線",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb shell input text \"{cursor}\"",
"uid" : "466D7F8B-5D69-44B8-AD20-61FBAE90FE9A",
"name" : "adb 模擬輸入",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb connect",
"uid" : "3241E93A-DA32-4A2A-AFB5-20A463E46D25",
"name" : "adb 連線",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb reboot",
"uid" : "3FE82483-1114-46EE-8716-C1357ABABBDD",
"name" : "adb 重啟",
"keyword" : ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 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>

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb kill-server",
"uid" : "3997E2BA-0445-4F5F-A1E2-0EC9B75D1C76",
"name" : "停止 adb 伺服器",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb devices",
"uid" : "245C8670-45E7-4367-83A3-D37C64F9523B",
"name" : "列出 adb 裝置",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb tcpip 5555",
"uid" : "996D10E7-B33B-4876-A6AF-6FB00C65D941",
"name" : "將 ADB 調整為 TCP\/IP 模式,端口設置為 5555",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb disconnect",
"uid" : "76DBE44F-FA10-4FB3-A8D2-84F8EDCC80DC",
"name" : "斷開目前的 ADB 連接",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb kill-server",
"uid" : "3997E2BA-0445-4F5F-A1E2-0EC9B75D1C76",
"name" : "終止 ADB 伺服器",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb connect 192.168.42.102:5555",
"uid" : "5CF757F5-05C4-45DC-B342-18CF18DAD7A0",
"name" : "連接到 IP 地址為 192.168.42.102,端口為 5555 的設備",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb reboot bootloader",
"uid" : "757734C2-8B29-45F3-8B3B-7E7C8A1BD988",
"name" : "重啟 bootloader",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "adb reboot recovery",
"uid" : "CB081E2F-E3BC-4B4D-9581-0F7E2FCBF3C4",
"name" : "重啟至 Recovery",
"keyword" : ""
}
}