1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/gpg-tui.md
Vitor Henrique 46a054215a
pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-30 12:55:24 +08:00

36 lines
457 B
Markdown

# gpg-tui
> Terminal user interface for GNU Public 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 --style {{colored}} --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`:
`?`