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" : "rg -i {cursor}",
"uid" : "A87E02F6-A591-440F-9058-AFED2A32F71E",
"name" : "case_insensitive_search_with_ripgrep",
"keyword" : "rg"
}
}

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" : "rg --type-list",
"uid" : "6D7A3C8B-C96D-4840-A1DC-1DAA82D3351A",
"name" : "list_file_types_recognized_by_ripgrep",
"keyword" : "rg"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "rg",
"uid" : "08ECA919-67EF-47C7-8479-29C15A4F028D",
"name" : "rg",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "rg -t py {cursor}",
"uid" : "4FE3C317-D0A1-4B01-AD90-714B6B2F0945",
"name" : "search_folder_for_python_files_with_ripgrep",
"keyword" : "rg"
}
}