1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-23 20:14:49 +02:00
pgpainless/pgpainless-sop
Paul Schaub 0a9781d8c8
Merge pull request #89 from Flowdalic/pgpainless-cli
[pgpainless-sop] Add ./pgpainless bash wrapper script
2021-02-19 23:10:09 +01:00
..
src sop: Do not swallow EOFExceptions and return 29 instead 2021-02-19 21:18:08 +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] Add ./pgpainless bash wrapper script 2021-02-15 17:56:57 +01:00

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!