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" : "~\/.cloudflared\/cert.pem",
"uid" : "EA18B533-D51C-4D98-96C0-023FC7C1EE4A",
"name" : "~\/.cloudflared\/cert.pem",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew install cloudflared",
"uid" : "397E4122-B141-4055-ABA4-12B521977FB7",
"name" : "brew install cloudflared",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew upgrade cloudflared",
"uid" : "680CEFCB-CB71-4F00-8E50-07E9BE708B24",
"name" : "brew upgrade cloudflared",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cloudflared --version",
"uid" : "E119E68D-6284-466E-BDB9-CE7F4C740500",
"name" : "cloudflared --version",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cloudflared login",
"uid" : "D4677502-5555-4434-B86A-AC885EE898E0",
"name" : "cloudflared login",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "cloudflared tunnel list",
"uid" : "4953EB30-82DF-4EE5-BA80-6032D71656D0",
"name" : "cloudflared tunnel list",
"keyword" : ""
}
}

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>