1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 02:15:23 +02:00
tldr/pages/common/gpg-tui.md

37 lines
473 B
Markdown
Raw Normal View History

2021-10-12 05:33:16 +02:00
# 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>`
2021-10-12 05:33:16 +02:00
- Interactively generate a new key:
`<g>`
2021-10-12 05:33:16 +02:00
- Export the selected key:
`<x>`
2021-10-12 05:33:16 +02:00
- Set the detail level for the selected key:
`<1>|<2>|<3>`
2021-10-12 05:33:16 +02:00
- Refresh `gpg-tui`:
`<r>`
- Display help in `gpg-tui`:
`<?>`