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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View 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>

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ollama",
"uid" : "74209273-0CAB-4048-B590-4FCF74E42680",
"name" : "ollama",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ollama pull {cursor}",
"uid" : "818EF8FC-ECDE-4361-8823-84E119516D31",
"name" : "下載 Ollama 模型",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ollama serve",
"uid" : "A8BB476E-6A27-4307-98C6-020A7AD027A8",
"name" : "以前景模式啟動 Ollama 服務",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ollama list",
"uid" : "130BCFDB-D24D-4A5B-BB40-AB2F4401CD7B",
"name" : "列出 Ollama 模型清單",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ollama ps",
"uid" : "D37DCA38-0CD3-4A0D-85C2-A109F2173A50",
"name" : "列出目前執行中的 Ollama 模型",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ollama rm {cursor}",
"uid" : "9E1B517D-FF23-4374-8F73-D4DC8C86EAFE",
"name" : "刪除 Ollama 模型",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew services start ollama",
"uid" : "54599A87-6947-48DB-B35D-78491B21993C",
"name" : "啟動 Ollama 服務",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ollama run {cursor}",
"uid" : "2B987D7C-9B99-4E6C-9FA7-70FC47BBAF84",
"name" : "執行指定的 Ollama 模型",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew install ollama",
"uid" : "4A3AE8F4-66A7-4D53-980D-069C2663B72D",
"name" : "安裝 Ollama",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "launchctl setenv OLLAMA_HOST \"0.0.0.0\"",
"uid" : "A563455A-3BED-438D-8A4A-D252A198D644",
"name" : "設定 Ollama 監聽所有介面",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ollama show {cursor}",
"uid" : "C9D939D5-0C89-42D7-BE28-66D58EFFD560",
"name" : "顯示 Ollama 模型資訊",
"keyword" : ""
}
}