mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-01 01:55:59 +01:00
.. | ||
src | ||
build.gradle | ||
pgpainless | ||
README.md |
PGPainless-SOP
PGPainless-SOP is an implementation of the Stateless OpenPGP Command Line Interface specification based on PGPainless.
Build
To build an executable, gradle jar
should be sufficient. The resulting jar file can be found in pgpainless-sop/build/libs/
.
Execute
Simply use the provided ./pgpainless
script to execute PGPainless' Stateless Command Line Interface.
To discover all commands use
./pgpainless help
Enjoy!