init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "ip -6 neigh",
|
||||
"uid" : "A42EDC7B-E759-430C-8899-49ED1F433437",
|
||||
"name" : "IPv6 Neighbor Discovery",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "ip addr show {cursor}",
|
||||
"uid" : "0CFC727E-4F57-4471-ADE0-CA04A2840220",
|
||||
"name" : "Show IP Address",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "ip link show {cursor}",
|
||||
"uid" : "949570E2-97F6-43EC-95D2-356472F05E27",
|
||||
"name" : "Show Network Interfaces",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/ip/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/ip/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 992 B |
10
Alfred.alfredpreferences/snippets/ip/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/ip/info.plist
Normal 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>
|
||||
Reference in New Issue
Block a user