HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gpg-tui — Terminal user interface for GNU Privacy Guard. More information: <https://github.com/orhun/gpg-tui>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandgpg-tuiinterfaceclignuuserfor

Problem

How to use the gpg-tui command: Terminal user interface for GNU Privacy Guard. More information: <https://github.com/orhun/gpg-tui>.

Solution

gpg-tui — Terminal user interface for GNU Privacy Guard. More information: <https://github.com/orhun/gpg-tui>.

Start gpg-tui:
gpg-tui


Start gpg-tui with color and ASCII armored output:
gpg-tui {{[-s|--style]}} {{colored}} {{[-a|--armor]}}


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>


Display help in gpg-tui:
<?>

Code Snippets

Start `gpg-tui`

gpg-tui

Start `gpg-tui` with color and ASCII armored output

gpg-tui {{[-s|--style]}} {{colored}} {{[-a|--armor]}}

Quit `gpg-tui`

<q>

Interactively generate a new key

<g>

Export the selected key

<x>

Context

tldr-pages: common/gpg-tui

Revisions (0)

No revisions yet.