LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gpg-tui

Terminal user interface for GnuPG key management

TLDR

Launch gpg-tui
$ gpg-tui
copy
Specify keyring to use
$ gpg-tui --homedir [~/.gnupg]
copy
Use specific style
$ gpg-tui --style [colored]
copy
Export output format
$ gpg-tui --output-format [minimal]
copy

SYNOPSIS

gpg-tui [options]

DESCRIPTION

gpg-tui is a terminal user interface for managing GnuPG keys. Written in Rust, it provides an interactive interface for listing, viewing, importing, exporting, signing, editing, and deleting keys without memorizing complex gpg command-line options.The tool reads from the standard GnuPG keyring and supports multiple visual styles for display customization.

PARAMETERS

--homedir DIR

Use DIR as the GnuPG home directory (overrides GNUPGHOME).
-c, --color COLOR
Set the accent color (e.g. gray, red, green, blue, or a hex value).
-s, --style STYLE
Set the table border style: plain, bold, double, or light.
-d, --detail-level LEVEL
Initial detail level for keys: minimum, standard, or full.
-r, --no-tty
Run without TTY interaction (useful when piping).
-x, --select SELECTION
Pre-select rows on startup (key IDs or fingerprints).
--splash
Show the splash screen at startup.
-h, --help
Show help information.
-V, --version
Show version.

SEE ALSO

gpg(1), gpg2(1)

Copied to clipboard
Kai