pgpainless/pgpainless-sop
Paul Schaub 7bd12fe5d4
Improve error handling in sop tests
2021-03-05 14:43:13 +01:00
..
src Improve error handling in sop tests 2021-03-05 14:43:13 +01: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!