init: Alfred preferences
This commit is contained in:
10
Alfred.alfredpreferences/snippets/alias/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/alias/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" : "alias backtohere=\"cd ..; cd -\"",
|
||||
"uid" : "7085886B-1672-4544-A198-C664DE13BF27",
|
||||
"name" : "建立名稱為 \"backtohere\" 的別名,用於返回上一個目錄。",
|
||||
"keyword" : "alias"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "cd ..; cd -",
|
||||
"uid" : "1737FFA8-77AE-4B83-B29D-A245C537DB2F",
|
||||
"name" : "這是用來返回上一個目錄的命令。",
|
||||
"keyword" : "cd"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user