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",
"uid" : "8F4959A2-951C-47F0-B335-69EDE0AA3559",
"name" : "fd",
"keyword" : "fd"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 B

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" : "fd -e jpg -x convert {} {.}.png",
"uid" : "E2666A82-D33C-42D7-ACB3-AD8C5D6486FF",
"name" : "將所有 \".jpg\" 檔案轉換為 \".png\" 格式",
"keyword" : "fd"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "fd -e conf {cursor} ",
"uid" : "EEC4B244-38DC-423A-A1CB-5E72A847D916",
"name" : "查找所有以 \".conf\" 為擴展名的檔案",
"keyword" : "fd"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "fd -e py {cursor} ",
"uid" : "9F7E213C-F2FB-477A-B384-90E39466A753",
"name" : "查找所有以 \".py\" 為擴展名的檔案",
"keyword" : "fd"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "fd --type f",
"uid" : "539F5901-0915-4FAC-97E2-D77BA34BEDA6",
"name" : "查找所有檔案",
"keyword" : "fd"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "fd --type d",
"uid" : "F1BDF028-839E-443C-9F60-5C4A59C66204",
"name" : "查找所有資料夾",
"keyword" : "fd"
}
}

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"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "fd -e py -x sh -c 'echo \"================================================\"; echo \"File: \/{}\"; echo \"================================================\"; cat {}; echo \"\";' \\;",
"uid" : "9D9BE9E6-E68A-44C5-A1F2-F8023058F5CA",
"name" : "顯示選取 Python 檔案內容",
"keyword" : "fd"
}
}