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" : "ag --list-file-types",
"uid" : "3828FE0C-5BC2-4556-A994-652AF6890572",
"name" : "ag 檔案類型",
"keyword" : "ag"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ag \"TODO\" --ext js",
"uid" : "64F553C3-83D0-4793-ACFA-62FBCD5A06B2",
"name" : "ag <關鍵字> --ext <副檔名>",
"keyword" : "ag"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ag \"function\" --type ruby",
"uid" : "58CBB129-8055-46C4-8B77-639E24CF5D1C",
"name" : "ag <關鍵字> --type <檔案類型>",
"keyword" : "ag"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ag \"error\"",
"uid" : "944984AE-238A-4A2D-9948-05AC31B2A88F",
"name" : "ag <關鍵字>",
"keyword" : "ag"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ag \"debug\" .\/src",
"uid" : "84F73326-7459-4C98-BC47-2B1AE775E9EB",
"name" : "ag <關鍵字> <路徑>",
"keyword" : "ag"
}
}

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>