2021-10-12 04:33:16 +01: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`
|
|
|
|
|
2023-12-27 06:41:30 +00:00
|
|
|
- Display help in `gpg-tui`:
|
2021-10-12 04:33:16 +01:00
|
|
|
|
|
|
|
`?`
|
|
|
|
|
|
|
|
- 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`
|