Files
alfred-preferences/Alfred.alfredpreferences/snippets/adb/adb kill-server [D4F9A5E2-7E8C-4C3D-9F4A-5E8B1D7A9C6E].json
Timmy c815d75cdd feat: optimize ADB snippet collection
- Remove old/duplicate snippets (14 removed)
- Add comprehensive ADB commands (35 added)
- Improve snippet names with Chinese descriptions

Categories:
- Basic device management (devices, connect, disconnect, server control)
- Reboot options (normal, recovery, bootloader)
- App management (install, uninstall, package info)
- File operations (push, pull)
- Screen & input (screencap, screenrecord, input simulation)
- System info & debugging (logcat, dumpsys, battery, etc.)
- Shell commands (pm, wm, am, getprop/setprop)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 09:49:23 +08:00

9 lines
173 B
JSON

{
"alfredsnippet" : {
"snippet" : "adb kill-server",
"uid" : "D4F9A5E2-7E8C-4C3D-9F4A-5E8B1D7A9C6E",
"name" : "停止 ADB 伺服器",
"keyword" : ""
}
}