init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "ag --list-file-types",
|
||||
"uid" : "3828FE0C-5BC2-4556-A994-652AF6890572",
|
||||
"name" : "ag 檔案類型",
|
||||
"keyword" : "ag"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "ag \"TODO\" --ext js",
|
||||
"uid" : "64F553C3-83D0-4793-ACFA-62FBCD5A06B2",
|
||||
"name" : "ag <關鍵字> --ext <副檔名>",
|
||||
"keyword" : "ag"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "ag \"function\" --type ruby",
|
||||
"uid" : "58CBB129-8055-46C4-8B77-639E24CF5D1C",
|
||||
"name" : "ag <關鍵字> --type <檔案類型>",
|
||||
"keyword" : "ag"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "ag \"error\"",
|
||||
"uid" : "944984AE-238A-4A2D-9948-05AC31B2A88F",
|
||||
"name" : "ag <關鍵字>",
|
||||
"keyword" : "ag"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "ag \"debug\" .\/src",
|
||||
"uid" : "84F73326-7459-4C98-BC47-2B1AE775E9EB",
|
||||
"name" : "ag <關鍵字> <路徑>",
|
||||
"keyword" : "ag"
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/ag/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/ag/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 992 B |
10
Alfred.alfredpreferences/snippets/ag/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/ag/info.plist
Normal 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>
|
||||
Reference in New Issue
Block a user