init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "fd",
|
||||
"uid" : "8F4959A2-951C-47F0-B335-69EDE0AA3559",
|
||||
"name" : "fd",
|
||||
"keyword" : "fd"
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/fd/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/fd/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 992 B |
10
Alfred.alfredpreferences/snippets/fd/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/fd/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" : "fd -e jpg -x convert {} {.}.png",
|
||||
"uid" : "E2666A82-D33C-42D7-ACB3-AD8C5D6486FF",
|
||||
"name" : "將所有 \".jpg\" 檔案轉換為 \".png\" 格式",
|
||||
"keyword" : "fd"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "fd -e conf {cursor} ",
|
||||
"uid" : "EEC4B244-38DC-423A-A1CB-5E72A847D916",
|
||||
"name" : "查找所有以 \".conf\" 為擴展名的檔案",
|
||||
"keyword" : "fd"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "fd -e py {cursor} ",
|
||||
"uid" : "9F7E213C-F2FB-477A-B384-90E39466A753",
|
||||
"name" : "查找所有以 \".py\" 為擴展名的檔案",
|
||||
"keyword" : "fd"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "fd --type f",
|
||||
"uid" : "539F5901-0915-4FAC-97E2-D77BA34BEDA6",
|
||||
"name" : "查找所有檔案",
|
||||
"keyword" : "fd"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "fd --type d",
|
||||
"uid" : "F1BDF028-839E-443C-9F60-5C4A59C66204",
|
||||
"name" : "查找所有資料夾",
|
||||
"keyword" : "fd"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user