You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.. | ||
packaging/man | 3 months ago | |
src | 3 weeks ago | |
README.md | 7 months ago | |
build.gradle | 7 months ago | |
pgpainless-cli | 1 year ago | |
rewriteManPages.sh | 6 months ago |
README.md
PGPainless-CLI
PGPainless-CLI is an implementation of the Stateless OpenPGP Command Line Interface specification based on PGPainless.
It plugs pgpainless-sop
into sop-java-picocli
.
Build
To build an executable, gradle shadowJar
should be sufficient. The resulting jar file can be found in pgpainless-cli/build/libs/
.
Execute
The jar file produced in the step above is executable as is.
java -jar pgpainless-cli-XXX-all.jar help
Alternatively you can use the provided ./pgpainless-cli
script to directly build and execute PGPainless' Stateless Command Line Interface from within Gradle.
To discover all available commands use
./pgpainless-cli help
Enjoy!