init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -i :{cursor} -n -P",
|
||||
"uid" : "7F5993D0-D5B4-46BB-A328-080A2952AE45",
|
||||
"name" : "check_open_ports",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/lsof/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/lsof/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 992 B |
10
Alfred.alfredpreferences/snippets/lsof/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/lsof/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" : "lsof -iTCP -sTCP:LISTEN -P -n",
|
||||
"uid" : "22558806-2B1E-460E-BEDB-273E20547672",
|
||||
"name" : "list_listening_tcp_ports",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -RPni :{cursor}",
|
||||
"uid" : "62A62C0D-C845-4577-B320-E5A90CC249DA",
|
||||
"name" : "list_network_connections",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -i :80 -i :22",
|
||||
"uid" : "6300CDC4-9593-46D8-85DD-02591C651EC6",
|
||||
"name" : "list_open_files_on_ports_80_and_22",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -i -n -P",
|
||||
"uid" : "137CC301-C5B8-4769-ACBF-68380C839F8A",
|
||||
"name" : "list_open_ports",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -n -P -i tcp:1-1024",
|
||||
"uid" : "64353A09-274A-4C10-BDB0-A9FD500D5156",
|
||||
"name" : "list_privileged_tcp_ports",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -c ssh",
|
||||
"uid" : "7A9E1E9D-256B-4B4C-9D54-DD27A9D38A1A",
|
||||
"name" : "list_ssh_connections",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -i 4",
|
||||
"uid" : "E198268E-45BB-474F-939C-332ED7C58AE1",
|
||||
"name" : "lsof -i 4",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -i 6",
|
||||
"uid" : "0109C60C-6BC0-4EC0-AB44-319B774677BF",
|
||||
"name" : "lsof -i 6",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -n -P -i @{cursor}",
|
||||
"uid" : "D35BB3BD-F6BD-4075-963C-E06CBBFB0FF7",
|
||||
"name" : "lsof -n -P -i @192.168.1.5",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "lsof -n -P -i tcp:{cursor}",
|
||||
"uid" : "C2E9C363-A9C3-4E0C-BECA-E5CD68592EE7",
|
||||
"name" : "lsof -n -P -i tcp:22",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user