init: Alfred preferences

This commit is contained in:
2026-03-26 09:22:38 +08:00
commit 3cad72b72c
13215 changed files with 108280 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "stful",
"uid" : "4B74DDA9-66AC-4155-B41C-6F82FFC19165",
"name" : "StatefulWidget",
"keyword" : "stful"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "stless",
"uid" : "B06D5188-0C63-4B89-A9BE-C872771A4991",
"name" : "StatelessWidget",
"keyword" : "stless"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "flutter create {cursor}",
"uid" : "366C7402-CB7D-4731-8528-60CA96DE6D63",
"name" : "flutter create",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "flutter doctor",
"uid" : "B6695B6F-E0A8-4673-B208-AA0AB91659C7",
"name" : "flutter doctor",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "flutter run",
"uid" : "DC4F9676-86C7-4F80-9276-632D92F71D5C",
"name" : "flutter run",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "flutter upgrade",
"uid" : "77D33822-D97A-4638-A7AD-4A4A757BC77D",
"name" : "flutter upgrade",
"keyword" : ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -0,0 +1,12 @@
<?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>disabled</key>
<true/>
<key>snippetkeywordprefix</key>
<string></string>
<key>snippetkeywordsuffix</key>
<string></string>
</dict>
</plist>

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "stanim",
"uid" : "A38923D2-7B1D-42B1-A5C1-AA0ED0141072",
"name" : "stanim",
"keyword" : ""
}
}