From 38975cccb65896aadc74b9f2e4699e77e3d1d552 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 12 Oct 2021 05:33:16 +0200 Subject: [PATCH] gpg-tui: add page (#6588) --- pages/common/gpg-tui.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/gpg-tui.md diff --git a/pages/common/gpg-tui.md b/pages/common/gpg-tui.md new file mode 100644 index 0000000000..5ecb2347f0 --- /dev/null +++ b/pages/common/gpg-tui.md @@ -0,0 +1,36 @@ +# gpg-tui + +> Terminal user interface for GNU Public Guard. +> More information: . + +- Start `gpg-tui`: + +`gpg-tui` + +- Start `gpg-tui` with color and ASCII armored output: + +`gpg-tui --style {{colored}} --armor` + +- Show help in `gpg-tui`: + +`?` + +- Quit `gpg-tui`: + +`q` + +- Interactively generate a new key: + +`g` + +- Export the selected key: + +`x` + +- Set the detail level for the selected key: + +`1|2|3` + +- Refresh `gpg-tui`: + +`r`