2c57cd77d7
Installing sq from crates.io (cargo install sequoia-sq) was broken by a semver-compatible change in Tera. Running cargo test uses the lockfile and isn't affected. This has the side benefit of reducing dependency bloat, the baseline depends on check/build/build --release but in the case of a non-release build the dependency count goes from 403 to 315. Fixes #2. The subplot/tera issue was likely triggered by this change in tera 1.18: <https://github.com/Keats/tera/pull/799>. |
||
---|---|---|
.ci | ||
src | ||
subplot | ||
tests | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
LICENSE.txt | ||
NEWS | ||
README.md | ||
sq-subplot.md | ||
sq.subplot |
sq, the Sequoia-PGP command line tool
Sequoia-PGP is an implementation of OpenPGP in Rust. It includes a
suite of library crates, which are meant to be used from applications.
This crate provides the sq
command line application. sq
is aimed
at command line users as a way to use OpenPGP conveniently from the
command line.
See the sq user guide for instructions. The program also has built-in
help, using the --help
option and help
subcommand:
$ sq help
...
These are collected as the sq help page, for your convenience.