the-bastion/bin/plugin/open/nc.json
Stéphane Lesimple fde20136ef
Initial commit
2020-10-20 14:30:27 +00:00

11 lines
488 B
JSON

{
"interactive": [
"nc" , {"ac" : ["--host"]},
"nc --host" , {"pr" : ["<HOST>"]},
"nc --host \\S+" , {"ac" : ["--port"]},
"nc --host \\S+ --port \\d+" , {"ac" : ["<enter>", "--timeout"]},
"nc --host \\S+ --port \\d+ --timeout" , {"pr" : ["<TIMEOUT>"]},
"nc --host \\S+ --port \\d+ --timeout \\d+" , {"pr" : ["<enter>"]}
]
}