mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 18:35:45 +02:00
gpg-tui: add page (#6588)
This commit is contained in:
parent
b5aa93b291
commit
38975cccb6
1 changed files with 36 additions and 0 deletions
36
pages/common/gpg-tui.md
Normal file
36
pages/common/gpg-tui.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# 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`
|
||||||
|
|
||||||
|
- Show help in `gpg-tui`:
|
||||||
|
|
||||||
|
`?`
|
||||||
|
|
||||||
|
- 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`
|
Loading…
Add table
Reference in a new issue