init: Alfred preferences
This commit is contained in:
BIN
Alfred.alfredpreferences/snippets/nc/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/nc/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 992 B |
10
Alfred.alfredpreferences/snippets/nc/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/nc/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>
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "echo \"Hello, World!\" | nc -u 192.0.2.1 1234",
|
||||
"uid" : "84490903-661D-4D6D-B7B4-22DC852ACFD6",
|
||||
"name" : "向遠端主機 192.0.2.1 的埠 1234 發送 UDP 訊息",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "nc -l -p 8002",
|
||||
"uid" : "024C64F2-6F80-4D48-81CF-2F6F4585635B",
|
||||
"name" : "建立 TCP 偵聽器並監聽本機埠 8002",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "nc -ul 1234",
|
||||
"uid" : "7D1F20F7-6872-4DE3-B989-D1C73FE2D2AD",
|
||||
"name" : "建立 UDP 偵聽器並監聽本機埠 1234",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user