GPG-TUI.TOML(5) File Formats Manual GPG-TUI.TOML(5) (NAME) gpg-tui.toml - gpg-tui (SYNOPSIS) gpg-tui.toml gpg-tui . : $HOME/.config/gpg-tui.toml, $HOME/.config/gpg-tui/gpg-tui.toml, $HOME/.config/gpg-tui/config --config $GPG_TUI_CONFIG . gpg-tui . (DESCRIPTION) TOML gpg-tui gpg GnuPG . (FORMAT) [general] . o splash: (: false) o tick_rate: (: 250) o color: (: gray) o style: (: colored) ( : plain, colored) o file_explorer: (: xplr) o detail_level: (: minimum) ( : minimum, standard, full) o log_file: o key_bindings: [gpg] GnuPG. o armor: (default: false) o homedir: GnuPG o outdir: o outfile: o default_key: (EXAMPLE) gpg-tui.toml : [general] splash = false tick_rate = 250 color = "gray" style = "colored" file_explorer = "xplr" detail_level = "minimum" key_bindings = [ { keys = [ "?", "h", "f1" ], command = ":help" }, { keys = [ "C-d", "C-c", "q" ], command = ":quit" }, ] [gpg] armor = false homedir = "~/.gnupg" outdir = "~/.gnupg/out" outfile = "{type}_{query}.{ext}" default_key = "" (BUGS) . (AUTHOR) Orhun Parmaksiz (ABOUT) gpg-tui Orhun Parmaksiz MIT . . (SEE ALSO) gpg-tui(1) gpg-tui 0.11.2 April 2026 GPG-TUI.TOML(5)