init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "application\/json",
|
||||
"uid" : "C667DCE6-C6F3-4F62-9AD7-A0BBFCE5BC34",
|
||||
"name" : "application\/json",
|
||||
"keyword" : "json"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "application\/xml",
|
||||
"uid" : "E7D742B5-167B-4D26-B2A9-155FB338CB22",
|
||||
"name" : "application\/xml",
|
||||
"keyword" : "xml"
|
||||
}
|
||||
}
|
||||
10
Alfred.alfredpreferences/snippets/untitled/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/untitled/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" : "\"Content-Type : application\/json\"",
|
||||
"uid" : "DF690500-55EB-4EFE-9AD2-238B2B4C9437",
|
||||
"name" : "json_content_type",
|
||||
"keyword" : "content-type"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "\"Content-Type: application\/json; charset=UTF-8\"",
|
||||
"uid" : "002A7E2D-B521-4B25-B530-642CCB108897",
|
||||
"name" : "json_content_type_with_charset_utf8",
|
||||
"keyword" : "content-type"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user