the-bastion/bin/plugin/open/selfGeneratePassword.json

10 lines
319 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"interactive": [
"selfGeneratePassword" , {"ac" : ["--size","<enter>"]},
"selfGeneratePassword --size" , {"pr" : ["<SIZE>"]},
"selfGeneratePassword --size \\S+" , {"pr" : ["<enter>"]}
],
"master_only": true,
"terminal_mode": "noecho"
}