pgpainless/pgpainless-cli
Paul Schaub 8cf5347b52 Base PGPainlessCLI on new sop-java module
* Rename pgpainless-sop -> pgpainless-cli
* Introduce sop-java (implementation-independent SOP API)
* Introduce sop-java-picocli (CLI frontend for sop-java)
* Introduce pgpainless-sop (implementation of sop-java using PGPainless)
* Rework pgpainless-cli (plugs pgpainless-sop into sop-java-picocli)
2021-07-15 17:03:56 +02:00
..
src Base PGPainlessCLI on new sop-java module 2021-07-15 17:03:56 +02:00
README.md Base PGPainlessCLI on new sop-java module 2021-07-15 17:03:56 +02:00
build.gradle Base PGPainlessCLI on new sop-java module 2021-07-15 17:03:56 +02:00
pgpainless Base PGPainlessCLI on new sop-java module 2021-07-15 17:03:56 +02: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!