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" : "curl -I 127.0.0.1",
"uid" : "149956A7-D25F-4B09-818C-EA701DEBBE90",
"name" : "Curl HEAD Request for Localhost",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "curl -X POST -H \"Content-Type: application\/json\"",
"uid" : "CA8C08AF-348A-4802-9643-8E48A96CA33A",
"name" : "Curl POST Request with JSON Content-Type Header",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "curl $(hostname --all-ip-addresses | awk '{print $1}'):80",
"uid" : "CC64F198-540E-4C45-BAC4-1D317BFD0AA6",
"name" : "Curl to Access a Local Web Server on Port 80",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "curl ifconfig.me\/all && echo",
"uid" : "904A2F09-F097-4E1E-B290-8ABD01E08C7A",
"name" : "Get Public IP Information using Curl (ifconfig.me)",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "curl ipinfo.io\/json",
"uid" : "BBC5305E-3C97-4A9D-BECA-039C6D548DB2",
"name" : "Get Public IP Information using Curl",
"keyword" : ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 B

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" : "curl --upload-file {cursor} https:\/\/transfer.sh\/",
"uid" : "B000469E-8250-4773-9FB4-3ECE9B519959",
"name" : "transfer",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "curl ip.lotimmy.com\/json && echo",
"uid" : "8E9BFD36-426E-4864-8288-BEF08600701E",
"name" : "查詢外部 IPJSON",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "curl ifconfig.me && echo",
"uid" : "CC225ECA-5192-4291-86BC-D1B1B05A6DE1",
"name" : "用 curl 查詢你的外網 IP 並換行顯示",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "curl ifconfig.me && echo",
"uid" : "FBA67FDF-D5DE-4FA7-A255-DA89CE4A99EC",
"name" : "用 curl 查詢你的外網 IP 並換行顯示",
"keyword" : ""
}
}