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" : "fd -e py | fzf --multi | xargs -I {} sh -c 'echo \"================================================\"; echo \"File: {}\"; echo \"================================================\"; cat {}; echo \"\";'",
"uid" : "85F03828-46EF-4FB8-B5E5-4AD36D1D0120",
"name" : "顯示選取 Python 檔案內容",
"keyword" : "fd"
}
}