diff options
-rw-r--r-- | README.md | 28 |
1 files changed, 24 insertions, 4 deletions
@@ -42,8 +42,11 @@ It aims to ease the key management operations such as listing/exporting/signing - [FreeBSD](#freebsd) - [Building from source](#building-from-source) - [Binary releases](#binary-releases) - - [Manually](#manually) + - [NetBSD](#netbsd) + - [Install using the package manager](#install-using-the-package-manager) - [Building from source](#building-from-source-1) + - [Manually](#manually) + - [Building from source](#building-from-source-2) - [Binary releases](#binary-releases-1) - [Usage](#usage) - [Key Bindings](#key-bindings) @@ -206,6 +209,23 @@ pkg update pkg install gpg-tui ``` +### NetBSD + +**gpg-tui** is available from the main [pkgsrc branch](https://pkgsrc.se/security/gpg-tui). + +#### Install using the package manager + +```sh +pkgin install gpg-tui +``` + +#### Building from source + +```sh +cd /usr/pkgsrc/security/gpg-tui +make install +``` + ### Manually #### Building from source @@ -304,7 +324,7 @@ The level of detail that an individual table row shows is determined by [detail ``` [sc--] rsa3072/B14085A20355B74DE0CE0FA1E19F76D037BD65B6 │ [u] Example Key <example@key> | └─(2021-05-14) │ └─[u] Other User ID <example@key> -[--e-] rsa3072/E56CAC142AE5A979BEECB00FB4F68595CAD4E7E5 │ +[--e-] rsa3072/E56CAC142AE5A979BEECB00FB4F68595CAD4E7E5 │ └─(2021-05-14) ``` @@ -492,7 +512,7 @@ Also you can switch between command mode and search by pressing `Tab`. #### List -Available keys in the keyring are listed on a table as default. They can be [scrolled](#scrolling) or the listing type (public/secret keys) can be changed by changing the tab via arrow keys. +Available keys in the keyring are listed on a table as default. They can be [scrolled](#scrolling) or the listing type (public/secret keys) can be changed by changing the tab via arrow keys. See the [approach](#approach) section for more information about the meaning of the table rows. @@ -558,7 +578,7 @@ Press `Backspace` followed by `y` (for confirmation) to delete the selected key Press `Ctrl-y` for refreshing the keyring. -This feature uses `gpg` fallback and runs `gpg --refresh-keys` command. +This feature uses `gpg` fallback and runs `gpg --refresh-keys` command. ![](demo/gpg-tui-refresh_keys.gif) |