LinuxCommandLibrary

gpg-tui

Terminal user interface for GNU Public Guard.

TLDR

Start gpg-tui

$ gpg-tui
copy


Start gpg-tui with color and ASCII armored output
$ gpg-tui --style [colored] --armor
copy


Show help in gpg-tui
$ ?
copy


Quit gpg-tui
$ q
copy


Interactively generate a new key
$ g
copy


Export the selected key
$ x
copy


Set the detail level for the selected key
$ 1|2|3
copy


Refresh gpg-tui
$ r
copy

Copied to clipboard