pgpainless/pgpainless-sop
Paul Schaub 8618d1faea
More tests
2021-05-31 13:59:56 +02:00
..
src More tests 2021-05-31 13:59:56 +02:00
README.md [pgpainless-sop] Add ./pgpainless bash wrapper script 2021-02-15 17:56:57 +01:00
build.gradle Bump picocli to 4.5.2 2020-12-22 22:02:36 +01:00
pgpainless [pgpainless-sop] Add ./pgpainless bash wrapper script 2021-02-15 17:56:57 +01:00

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!