Commit Graph

6 Commits

Author SHA1 Message Date
f4f6b57625 sync 2026-03-26 11:30 2026-03-26 11:30:18 +08:00
6ee77e5040 refactor: rename snippet collections with Chinese names
- cue → 周星馳經典台詞 (30 quotes, Mandarin version)
- adb → ADB 工具箱 (35 commands)
- ag → AG 搜尋指令 (38 commands)
- apt → APT 套件管理 (36 commands)
- claude → Claude 指令集 (39 commands)

Also removed deprecated collections:
- cordova (unused)
- css (unused)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 10:18:20 +08:00
9a95fd3c2e feat: optimize ag and apt snippet collections
AG (The Silver Searcher):
- Remove old snippets (5 removed)
- Add comprehensive search commands (38 added)
- Cover: search modes, output formats, file types, filters

APT (Debian/Ubuntu package manager):
- Remove old snippets (10 removed)
- Add comprehensive package commands (36 added)
- Cover: update/upgrade, install/remove, search, sources, dependencies

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 09:54:05 +08:00
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
a19b93bc57 docs: add documentation and sync script
- CLAUDE.md: guidance for Claude Code AI
- README.md: repository overview and structure
- QUICKSTART.md: setup and usage guide
- SUMMARY.md: inventory of workflows and snippets
- alfred-sync.sh: git sync script for Alfred preferences

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 09:31:25 +08:00
3cad72b72c init: Alfred preferences 2026-03-26 09:22:38 +08:00