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" : "find . -name \"*.py\" -exec sh -c 'echo \"=== {} ===\"; cat \"{}\"; echo \"\"' \\;",
"uid" : "5693A00D-30FC-4DB5-BE2D-8C07C013452B",
"name" : "顯示所有 Python 檔內容",
"keyword" : "find.pyview"
}
}