## Commands Following are the currently available commands for [gpg-tui](https://github.com/orhun/gpg-tui). See [README.md](README.md#running-commands) for more information. | Command | Syntax | Example(s) | | ---------------------------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Confirm the execution of a command | `:confirm ` | `:confirm list pub` | | Show the help menu | `:help` | - | | Show a message | `:out ` | `:out success hey`
`:out warning !!!`
`:out failure error`
`:out action done` | | Show the options menu | `:options` | - | | List public/secret keys | `:list ` | `:list pub`
`:list sec` | | Import/receive key(s) | `:import ..` / `:import-clipboard` `:receive ..` | `:import key1.asc key2.asc`
`:import-clipboard`
`:receive 0x00` | | Export key(s) | `:export (subkey)` | `:export pub 0x00`
`:export sec orhun` | | Delete key | `:delete ` | `:delete pub 0x00` | | Send key | `:send ` | `:send 0x00` | | Edit key | `:edit ` | `:edit 0x00` | | Sign key | `:sign ` | `:sign ` | | Generate key | `:generate` | - | | Switch to copy mode | `:copy` | - | | Copy values to clipboard | `:copy ` | `:copy row1`
`:copy row2`
`:copy key`
`:copy key_id`
`:copy key_fingerprint`
`:copy key_user_id` | | Toggle detail | `:toggle (detail) (all)` | `:toggle`
`:toggle detail`
`:toggle detail all` | | Scroll | `:scroll (row) ` | `:scroll down 1`
`:scroll up 5`
`:scroll row down 2` | | Set value | `:set