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" : "ip -6 neigh",
"uid" : "A42EDC7B-E759-430C-8899-49ED1F433437",
"name" : "IPv6 Neighbor Discovery",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "sudo ip link set dev {cursor} mtu 1500",
"uid" : "DBBE62AA-4EC8-46DF-B970-CB1F508237C7",
"name" : "Set Network Interface MTU",
"keyword" : "mtu"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ip addr show {cursor}",
"uid" : "0CFC727E-4F57-4471-ADE0-CA04A2840220",
"name" : "Show IP Address",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "ip link show {cursor}",
"uid" : "949570E2-97F6-43EC-95D2-356472F05E27",
"name" : "Show Network Interfaces",
"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>