init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "rg -i {cursor}",
|
||||
"uid" : "A87E02F6-A591-440F-9058-AFED2A32F71E",
|
||||
"name" : "case_insensitive_search_with_ripgrep",
|
||||
"keyword" : "rg"
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/ripgrep/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/ripgrep/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 992 B |
10
Alfred.alfredpreferences/snippets/ripgrep/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/ripgrep/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>
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "rg --type-list",
|
||||
"uid" : "6D7A3C8B-C96D-4840-A1DC-1DAA82D3351A",
|
||||
"name" : "list_file_types_recognized_by_ripgrep",
|
||||
"keyword" : "rg"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "rg",
|
||||
"uid" : "08ECA919-67EF-47C7-8479-29C15A4F028D",
|
||||
"name" : "rg",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user