We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you want to run p from a script and you have to push pshell commands into p, you can do it like this:
./p -p <YOUR_PASSWORD> -Q "PSHELL_COMMAND(S)"
For example start p and list all account and exit afterwards where the p master password is "secret_password":
./p -p "secret_password" -Q "list;quit"