@enjoys/context-engine 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/README.md +213 -0
  2. package/data/commands/air.json +59 -0
  3. package/data/commands/ansible.json +24 -0
  4. package/data/commands/apachectl.json +87 -0
  5. package/data/commands/apt-get.json +81 -0
  6. package/data/commands/apt.json +91 -0
  7. package/data/commands/awk.json +26 -0
  8. package/data/commands/aws-vault.json +140 -0
  9. package/data/commands/aws.json +229 -0
  10. package/data/commands/az.json +36 -0
  11. package/data/commands/bazel.json +103 -0
  12. package/data/commands/brew.json +140 -0
  13. package/data/commands/bun.json +230 -0
  14. package/data/commands/caddy.json +194 -0
  15. package/data/commands/cargo.json +1048 -0
  16. package/data/commands/cat.json +18 -0
  17. package/data/commands/cd.json +48 -0
  18. package/data/commands/certbot.json +148 -0
  19. package/data/commands/chmod.json +97 -0
  20. package/data/commands/choco.json +134 -0
  21. package/data/commands/chown.json +59 -0
  22. package/data/commands/clickhouse-client.json +74 -0
  23. package/data/commands/cloudflare.json +226 -0
  24. package/data/commands/cmake.json +110 -0
  25. package/data/commands/cockroach.json +92 -0
  26. package/data/commands/conda.json +94 -0
  27. package/data/commands/consul.json +125 -0
  28. package/data/commands/cp.json +86 -0
  29. package/data/commands/curl.json +44 -0
  30. package/data/commands/cypress.json +100 -0
  31. package/data/commands/deno.json +29 -0
  32. package/data/commands/django-admin.json +86 -0
  33. package/data/commands/dnf.json +137 -0
  34. package/data/commands/docker.json +1100 -0
  35. package/data/commands/doctl.json +156 -0
  36. package/data/commands/eslint.json +69 -0
  37. package/data/commands/find.json +44 -0
  38. package/data/commands/firebase.json +97 -0
  39. package/data/commands/flask.json +79 -0
  40. package/data/commands/flyctl.json +148 -0
  41. package/data/commands/gcloud.json +227 -0
  42. package/data/commands/gh.json +39 -0
  43. package/data/commands/git.json +527 -0
  44. package/data/commands/glab.json +116 -0
  45. package/data/commands/go.json +161 -0
  46. package/data/commands/gofmt.json +51 -0
  47. package/data/commands/golangci-lint.json +89 -0
  48. package/data/commands/gradle.json +44 -0
  49. package/data/commands/grep.json +47 -0
  50. package/data/commands/gunicorn.json +83 -0
  51. package/data/commands/helm.json +1104 -0
  52. package/data/commands/hg.json +92 -0
  53. package/data/commands/httpd.json +147 -0
  54. package/data/commands/influx.json +119 -0
  55. package/data/commands/iptables.json +86 -0
  56. package/data/commands/java.json +31 -0
  57. package/data/commands/jest.json +82 -0
  58. package/data/commands/journalctl.json +88 -0
  59. package/data/commands/just.json +93 -0
  60. package/data/commands/k6.json +84 -0
  61. package/data/commands/kubectl.json +1277 -0
  62. package/data/commands/linode-cli.json +117 -0
  63. package/data/commands/locust.json +83 -0
  64. package/data/commands/ls.json +115 -0
  65. package/data/commands/make.json +86 -0
  66. package/data/commands/mocha.json +75 -0
  67. package/data/commands/mongosh.json +73 -0
  68. package/data/commands/mv.json +68 -0
  69. package/data/commands/mvn.json +45 -0
  70. package/data/commands/mysql.json +81 -0
  71. package/data/commands/nest.json +69 -0
  72. package/data/commands/netlify.json +92 -0
  73. package/data/commands/next.json +71 -0
  74. package/data/commands/nft.json +105 -0
  75. package/data/commands/nginx.json +146 -0
  76. package/data/commands/nmap.json +92 -0
  77. package/data/commands/node.json +43 -0
  78. package/data/commands/nomad.json +139 -0
  79. package/data/commands/npm.json +1265 -0
  80. package/data/commands/npx.json +58 -0
  81. package/data/commands/nx.json +82 -0
  82. package/data/commands/openssl.json +288 -0
  83. package/data/commands/packer.json +92 -0
  84. package/data/commands/pacman.json +82 -0
  85. package/data/commands/pg_dump.json +83 -0
  86. package/data/commands/pg_restore.json +74 -0
  87. package/data/commands/pip.json +95 -0
  88. package/data/commands/pipenv.json +79 -0
  89. package/data/commands/pipx.json +53 -0
  90. package/data/commands/playwright.json +97 -0
  91. package/data/commands/pnpm.json +29 -0
  92. package/data/commands/poetry.json +96 -0
  93. package/data/commands/prettier.json +71 -0
  94. package/data/commands/ps.json +31 -0
  95. package/data/commands/psql.json +124 -0
  96. package/data/commands/pulumi.json +130 -0
  97. package/data/commands/pytest.json +92 -0
  98. package/data/commands/python.json +30 -0
  99. package/data/commands/railway.json +91 -0
  100. package/data/commands/redis-cli.json +148 -0
  101. package/data/commands/render.json +72 -0
  102. package/data/commands/rm.json +79 -0
  103. package/data/commands/rsync.json +36 -0
  104. package/data/commands/rust.json +35 -0
  105. package/data/commands/rustup.json +103 -0
  106. package/data/commands/scp.json +60 -0
  107. package/data/commands/sed.json +28 -0
  108. package/data/commands/sqlite3.json +68 -0
  109. package/data/commands/ssh-keygen.json +112 -0
  110. package/data/commands/ssh.json +37 -0
  111. package/data/commands/sudo.json +147 -0
  112. package/data/commands/supabase.json +108 -0
  113. package/data/commands/svn.json +75 -0
  114. package/data/commands/systemctl.json +31 -0
  115. package/data/commands/tar.json +35 -0
  116. package/data/commands/tcpdump.json +77 -0
  117. package/data/commands/terraform.json +824 -0
  118. package/data/commands/terragrunt.json +83 -0
  119. package/data/commands/tsc.json +85 -0
  120. package/data/commands/turbo.json +72 -0
  121. package/data/commands/ufw.json +76 -0
  122. package/data/commands/unzip.json +59 -0
  123. package/data/commands/uvicorn.json +73 -0
  124. package/data/commands/vault.json +144 -0
  125. package/data/commands/vercel.json +98 -0
  126. package/data/commands/vite.json +63 -0
  127. package/data/commands/vitest.json +88 -0
  128. package/data/commands/wasm-pack.json +90 -0
  129. package/data/commands/wget.json +38 -0
  130. package/data/commands/winget.json +131 -0
  131. package/data/commands/wireshark.json +81 -0
  132. package/data/commands/yarn.json +28 -0
  133. package/data/commands/yum.json +98 -0
  134. package/data/commands/zip.json +59 -0
  135. package/index.d.ts +131 -0
  136. package/index.js +189 -0
  137. package/index.mjs +21 -0
  138. package/package.json +64 -0
@@ -0,0 +1,75 @@
1
+ {
2
+ "name": "svn",
3
+ "description": "Apache Subversion - centralized version control system",
4
+ "category": "Version Control",
5
+ "platforms": ["linux", "macos", "windows"],
6
+ "shells": ["bash", "zsh", "powershell", "cmd"],
7
+ "subcommands": [
8
+ { "name": "checkout", "description": "Check out a working copy from a repository", "args": [{ "name": "url", "description": "Repository URL", "required": true }, { "name": "path", "description": "Local path", "required": false }], "options": [{ "name": "--revision", "shorthand": "-r", "description": "Revision to check out", "takesValue": true }, { "name": "--depth", "description": "Depth (infinity, immediates, files, empty)", "takesValue": true }] },
9
+ { "name": "update", "description": "Update working copy", "args": [{ "name": "path", "description": "Path to update", "required": false }], "options": [{ "name": "--revision", "shorthand": "-r", "description": "Update to revision", "takesValue": true }] },
10
+ { "name": "commit", "description": "Commit changes", "args": [{ "name": "path", "description": "Paths to commit", "required": false }], "options": [{ "name": "--message", "shorthand": "-m", "description": "Commit message", "takesValue": true }, { "name": "--file", "shorthand": "-F", "description": "Read message from file", "takesValue": true }] },
11
+ { "name": "add", "description": "Add files to version control", "args": [{ "name": "path", "description": "Files to add", "required": true }], "options": [{ "name": "--depth", "description": "Depth", "takesValue": true }, { "name": "--force", "description": "Force add" }] },
12
+ { "name": "delete", "description": "Delete files from version control", "args": [{ "name": "path", "description": "Files to delete", "required": true }], "options": [{ "name": "--force", "description": "Force delete" }, { "name": "--keep-local", "description": "Keep local copy" }] },
13
+ { "name": "status", "description": "Show working copy status", "args": [{ "name": "path", "description": "Path to check", "required": false }], "options": [{ "name": "--verbose", "shorthand": "-v", "description": "Verbose output" }, { "name": "--show-updates", "shorthand": "-u", "description": "Show updates from server" }] },
14
+ { "name": "diff", "description": "Show changes", "args": [{ "name": "path", "description": "Path to diff", "required": false }], "options": [{ "name": "--revision", "shorthand": "-r", "description": "Revision range (N:M)", "takesValue": true }, { "name": "--summarize", "description": "Show summary only" }] },
15
+ { "name": "log", "description": "Show commit logs", "args": [{ "name": "path", "description": "Path to show logs for", "required": false }], "options": [{ "name": "--revision", "shorthand": "-r", "description": "Revision range", "takesValue": true }, { "name": "--limit", "shorthand": "-l", "description": "Max log entries", "takesValue": true }, { "name": "--verbose", "shorthand": "-v", "description": "Show changed paths" }] },
16
+ { "name": "copy", "description": "Copy files (also used for branching/tagging)", "args": [{ "name": "src", "description": "Source", "required": true }, { "name": "dst", "description": "Destination", "required": true }], "options": [{ "name": "--message", "shorthand": "-m", "description": "Commit message", "takesValue": true }] },
17
+ { "name": "move", "description": "Move/rename files", "args": [{ "name": "src", "description": "Source", "required": true }, { "name": "dst", "description": "Destination", "required": true }] },
18
+ { "name": "merge", "description": "Merge changes", "args": [{ "name": "source", "description": "Source URL/path", "required": true }], "options": [{ "name": "--revision", "shorthand": "-r", "description": "Revision range", "takesValue": true }, { "name": "--dry-run", "description": "Preview merge" }, { "name": "--reintegrate", "description": "Reintegrate a branch" }] },
19
+ { "name": "switch", "description": "Switch working copy to different branch", "args": [{ "name": "url", "description": "Branch URL", "required": true }] },
20
+ { "name": "revert", "description": "Revert local changes", "args": [{ "name": "path", "description": "Paths to revert", "required": true }], "options": [{ "name": "--recursive", "shorthand": "-R", "description": "Revert recursively" }] },
21
+ { "name": "resolve", "description": "Resolve conflicts", "args": [{ "name": "path", "description": "Conflicted path", "required": true }], "options": [{ "name": "--accept", "description": "Resolution action (base, working, mine-full, theirs-full)", "takesValue": true }] },
22
+ { "name": "info", "description": "Show information about working copy or URL", "args": [{ "name": "target", "description": "Path or URL", "required": false }] },
23
+ { "name": "list", "description": "List repository contents", "args": [{ "name": "url", "description": "Repository URL", "required": false }], "options": [{ "name": "--recursive", "shorthand": "-R", "description": "List recursively" }] },
24
+ { "name": "blame", "description": "Show line-by-line author info", "args": [{ "name": "file", "description": "File", "required": true }] },
25
+ { "name": "propset", "description": "Set a property", "args": [{ "name": "propname", "description": "Property name", "required": true }, { "name": "propval", "description": "Property value", "required": true }, { "name": "path", "description": "Target path", "required": true }] },
26
+ { "name": "propget", "description": "Get a property", "args": [{ "name": "propname", "description": "Property name", "required": true }, { "name": "path", "description": "Target path", "required": true }] },
27
+ { "name": "export", "description": "Export clean directory tree", "args": [{ "name": "url", "description": "Source URL/path", "required": true }, { "name": "path", "description": "Destination", "required": false }] },
28
+ { "name": "cleanup", "description": "Clean up working copy" }
29
+ ],
30
+ "globalOptions": [
31
+ { "name": "--username", "description": "Username", "takesValue": true },
32
+ { "name": "--password", "description": "Password", "takesValue": true },
33
+ { "name": "--no-auth-cache", "description": "Do not cache credentials" },
34
+ { "name": "--non-interactive", "description": "No interactive prompts" },
35
+ { "name": "--quiet", "shorthand": "-q", "description": "Quiet output" },
36
+ { "name": "--help", "shorthand": "-h", "description": "Show help" }
37
+ ],
38
+ "examples": [
39
+ { "command": "svn checkout https://svn.example.com/trunk myproject", "description": "Check out a project" },
40
+ { "command": "svn commit -m 'Fix bug #123'", "description": "Commit changes with message" },
41
+ { "command": "svn update", "description": "Update working copy" },
42
+ { "command": "svn log -l 10", "description": "Show last 10 log entries" },
43
+ { "command": "svn copy trunk branches/feature-x -m 'Create branch'", "description": "Create a branch" },
44
+ { "command": "svn diff -r 100:200 file.c", "description": "Diff between revisions" }
45
+ ],
46
+ "relatedCommands": ["git", "hg"],
47
+ "contextEngine": {
48
+ "detectors": [
49
+ {
50
+ "name": "status",
51
+ "description": "Working copy status",
52
+ "command": "svn status 2>/dev/null | head -20",
53
+ "parser": "text",
54
+ "cacheFor": 10,
55
+ "requiresCmd": "svn"
56
+ },
57
+ {
58
+ "name": "info",
59
+ "description": "Working copy info",
60
+ "command": "svn info 2>/dev/null",
61
+ "parser": "keyvalue",
62
+ "cacheFor": 30,
63
+ "requiresCmd": "svn"
64
+ },
65
+ {
66
+ "name": "branches",
67
+ "description": "Repository branches",
68
+ "command": "svn list $(svn info --show-item repos-root-url 2>/dev/null)/branches 2>/dev/null",
69
+ "parser": "lines",
70
+ "cacheFor": 120,
71
+ "requiresCmd": "svn"
72
+ }
73
+ ]
74
+ }
75
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "systemctl",
3
+ "description": "Control the systemd system and service manager",
4
+ "category": "system",
5
+ "platforms": ["linux"],
6
+ "shells": ["bash", "zsh", "fish"],
7
+ "subcommands": [
8
+ { "name": "start", "description": "Start a service", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl start nginx", "systemctl start docker"] },
9
+ { "name": "stop", "description": "Stop a service", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl stop nginx"] },
10
+ { "name": "restart", "description": "Restart a service", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl restart nginx"] },
11
+ { "name": "reload", "description": "Reload a service configuration", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl reload nginx"] },
12
+ { "name": "status", "description": "Show service status", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl status nginx", "systemctl status docker"] },
13
+ { "name": "enable", "description": "Enable a service to start at boot", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "options": [{ "name": "--now", "description": "Also start the service" }], "examples": ["systemctl enable nginx", "systemctl enable --now docker"] },
14
+ { "name": "disable", "description": "Disable a service from starting at boot", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl disable nginx"] },
15
+ { "name": "is-active", "description": "Check if a service is active", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl is-active nginx"] },
16
+ { "name": "is-enabled", "description": "Check if a service is enabled", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl is-enabled nginx"] },
17
+ { "name": "list-units", "description": "List loaded units", "options": [{ "name": "--type", "description": "Filter by unit type", "type": "string" }, { "name": "--state", "description": "Filter by state", "type": "string" }], "examples": ["systemctl list-units", "systemctl list-units --type=service", "systemctl list-units --state=failed"] },
18
+ { "name": "daemon-reload", "description": "Reload systemd manager configuration", "examples": ["systemctl daemon-reload"] },
19
+ { "name": "cat", "description": "Show unit file contents", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl cat nginx"] },
20
+ { "name": "edit", "description": "Edit a unit file", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl edit nginx", "systemctl edit --full nginx"] },
21
+ { "name": "mask", "description": "Mask a unit (prevent starting)", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl mask nginx"] },
22
+ { "name": "unmask", "description": "Unmask a unit", "args": [{ "name": "<unit>", "type": "string", "required": true, "description": "Service unit name" }], "examples": ["systemctl unmask nginx"] }
23
+ ],
24
+ "globalOptions": [
25
+ { "name": "--help", "short": "-h", "description": "Show help" },
26
+ { "name": "--no-pager", "description": "Do not pipe output into pager" },
27
+ { "name": "--user", "description": "Operate on user instance" }
28
+ ],
29
+ "examples": ["systemctl start nginx", "systemctl status docker", "systemctl enable --now nginx", "systemctl list-units --type=service --state=running"],
30
+ "relatedCommands": ["journalctl", "service", "init", "timedatectl", "hostnamectl"]
31
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "tar",
3
+ "description": "Archive utility for creating and extracting tar archives",
4
+ "category": "filesystem",
5
+ "platforms": ["linux", "macos", "windows"],
6
+ "shells": ["bash", "zsh", "fish"],
7
+ "subcommands": [],
8
+ "globalOptions": [
9
+ { "name": "-c", "description": "Create a new archive" },
10
+ { "name": "-x", "description": "Extract files from archive" },
11
+ { "name": "-t", "description": "List contents of archive" },
12
+ { "name": "-f", "description": "Archive file name", "type": "file" },
13
+ { "name": "-z", "description": "Filter through gzip" },
14
+ { "name": "-j", "description": "Filter through bzip2" },
15
+ { "name": "-J", "description": "Filter through xz" },
16
+ { "name": "-v", "description": "Verbose output" },
17
+ { "name": "-C", "description": "Change to directory", "type": "directory" },
18
+ { "name": "--exclude", "description": "Exclude matching files", "type": "string" },
19
+ { "name": "-r", "description": "Append files to archive" },
20
+ { "name": "-u", "description": "Update archive (append newer files)" },
21
+ { "name": "--strip-components", "description": "Strip leading path components", "type": "number" },
22
+ { "name": "-p", "description": "Preserve permissions" }
23
+ ],
24
+ "examples": [
25
+ "tar -czf archive.tar.gz directory/",
26
+ "tar -xzf archive.tar.gz",
27
+ "tar -xzf archive.tar.gz -C /target/dir",
28
+ "tar -tzf archive.tar.gz",
29
+ "tar -cjf archive.tar.bz2 directory/",
30
+ "tar -xjf archive.tar.bz2",
31
+ "tar -czf backup.tar.gz --exclude='node_modules' --exclude='.git' .",
32
+ "tar -xzf archive.tar.gz --strip-components=1"
33
+ ],
34
+ "relatedCommands": ["gzip", "bzip2", "xz", "zip", "unzip", "7z"]
35
+ }
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "tcpdump",
3
+ "description": "Command-line packet analyzer for network traffic capture and analysis",
4
+ "category": "Network/Security",
5
+ "platforms": ["linux", "macos"],
6
+ "shells": ["bash", "zsh", "fish"],
7
+ "subcommands": [],
8
+ "globalOptions": [
9
+ { "name": "-i", "description": "Network interface", "takesValue": true },
10
+ { "name": "-c", "description": "Capture count (stop after N packets)", "takesValue": true },
11
+ { "name": "-w", "description": "Write to pcap file", "takesValue": true },
12
+ { "name": "-r", "description": "Read from pcap file", "takesValue": true },
13
+ { "name": "-n", "description": "Don't resolve hostnames" },
14
+ { "name": "-nn", "description": "Don't resolve hostnames or ports" },
15
+ { "name": "-v", "description": "Verbose" },
16
+ { "name": "-vv", "description": "More verbose" },
17
+ { "name": "-vvv", "description": "Most verbose" },
18
+ { "name": "-X", "description": "Print hex and ASCII" },
19
+ { "name": "-XX", "description": "Print hex and ASCII including link header" },
20
+ { "name": "-A", "description": "Print ASCII" },
21
+ { "name": "-e", "description": "Print link-level header" },
22
+ { "name": "-q", "description": "Quick/quiet output" },
23
+ { "name": "-t", "description": "Don't print timestamp" },
24
+ { "name": "-tt", "description": "Print epoch timestamp" },
25
+ { "name": "-ttt", "description": "Print delta timestamp" },
26
+ { "name": "-tttt", "description": "Print date and time" },
27
+ { "name": "-s", "description": "Snap length (bytes to capture)", "takesValue": true },
28
+ { "name": "-S", "description": "Print absolute TCP sequence numbers" },
29
+ { "name": "-D", "description": "List available interfaces" },
30
+ { "name": "-l", "description": "Line-buffered output" },
31
+ { "name": "-G", "description": "Rotate file every N seconds", "takesValue": true },
32
+ { "name": "-C", "description": "Rotate file every N MB", "takesValue": true },
33
+ { "name": "-W", "description": "Max number of rotated files", "takesValue": true },
34
+ { "name": "-Z", "description": "Drop privileges to user", "takesValue": true },
35
+ { "name": "-K", "description": "Don't verify checksums" },
36
+ { "name": "--immediate-mode", "description": "Immediate mode" }
37
+ ],
38
+ "examples": [
39
+ { "command": "tcpdump -i eth0", "description": "Capture on eth0" },
40
+ { "command": "tcpdump -i any -c 100 -nn", "description": "Capture 100 packets, no resolve" },
41
+ { "command": "tcpdump -i eth0 port 80", "description": "HTTP traffic only" },
42
+ { "command": "tcpdump -i eth0 host 10.0.0.1", "description": "Traffic to/from host" },
43
+ { "command": "tcpdump -i eth0 -w capture.pcap", "description": "Write to file" },
44
+ { "command": "tcpdump -r capture.pcap", "description": "Read from file" },
45
+ { "command": "tcpdump -i eth0 'tcp port 443 and host example.com'", "description": "HTTPS to specific host" },
46
+ { "command": "tcpdump -i eth0 -nn -X 'port 53'", "description": "DNS traffic hex/ASCII" },
47
+ { "command": "tcpdump -i any -c 50 'icmp'", "description": "Capture ICMP (ping)" },
48
+ { "command": "tcpdump -D", "description": "List interfaces" }
49
+ ],
50
+ "relatedCommands": ["nmap", "wireshark"],
51
+ "contextEngine": {
52
+ "detectors": [
53
+ {
54
+ "name": "interfaces",
55
+ "description": "Available capture interfaces",
56
+ "command": "tcpdump -D 2>/dev/null | head -10",
57
+ "parser": "lines",
58
+ "cacheFor": 60,
59
+ "requiresCmd": "tcpdump"
60
+ },
61
+ {
62
+ "name": "pcap_files",
63
+ "description": "Existing pcap files",
64
+ "command": "find . -maxdepth 2 -name '*.pcap' -o -name '*.pcapng' -o -name '*.cap' 2>/dev/null | head -10",
65
+ "parser": "lines",
66
+ "cacheFor": 30
67
+ },
68
+ {
69
+ "name": "listening_ports",
70
+ "description": "Listening ports for filtering",
71
+ "command": "ss -tlnp 2>/dev/null | head -15 || netstat -tlnp 2>/dev/null | head -15",
72
+ "parser": "lines",
73
+ "cacheFor": 30
74
+ }
75
+ ]
76
+ }
77
+ }