./security/gpg-tui, Manage your GnuPG keys with ease

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.6, Package name: gpg-tui-0.9.6, Maintainer: pkgsrc-users

Terminal User Interface for GnuPG.

It aims to ease the key management operations such as listing/exporting/signing
by providing an interface along with the command-line fallback for more complex
operations.
It is not trying to be a full-fledged interface for all the features that gpg
provides but it tries to bring a more interactive approach to key management.


Master sites:

Filesize: 11363.032 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-25 20:53:17 by pin | Files touched by this commit (1)
Log message:
security/gpg-tui: clean-up Makefile
   2023-05-25 20:52:07 by pin | Files touched by this commit (4) | Package updated
Log message:
ecurity/gpg-tui: update to 0.9.6

[0.9.6] - 2023-05-25
Changed
 - Upgrade clap from v3 to v4 (#56)
 - Update funding options
      Buy me a coffee! ☕
 - Integrate dependabot
 - Bump dependencies
 - Bump the Rust version in Dockerfile
   2023-03-30 22:16:56 by pin | Files touched by this commit (3) | Package updated
Log message:
security/gpg-tui: update to 0.9.5

[0.9.5] - 2023-03-30
Changed
 - Switch to ratatui
 - Bump dependencies
 - Bump transitive dependencies
 - Bump the Rust version in Dockerfile
 - Switch to dtolnay/rust-toolchain action
   2023-02-12 15:59:04 by pin | Files touched by this commit (3) | Package updated
Log message:
security/gpg-tui: update to 0.9.4

[0.9.4] - 2023-02-11
Changed
 - Bump dependencies
 - Bump the Rust version in Dockerfile

Fixed
 - Update cargo-tarpaulin installation command
 - Make detail level optional in config (#53)
   2023-01-21 12:28:42 by pin | Files touched by this commit (3) | Package updated
Log message:
security/gpg-tui: update to 0.9.3

[0.9.3] - 2023-01-13
Changed
 - Update license copyright years
 - Bump dependencies
 - Bump the Rust version in Dockerfile
 - Fix badges in README.md
 - Apply formatting via rustfmt

Fixed
 - Do not reset the color on state refresh (#51)
 - Apply clippy lints
   2022-12-03 18:18:23 by pin | Files touched by this commit (3) | Package updated
Log message:
security/gpg-tui: update to 0.9.2

[0.9.2] - 2022-12-02
Changed
 - Bump dependencies
 - Bump the Rust version in Dockerfile
 - Update Docker build badge in README.md
 - Bump Debian distribution in Dockerfile

Fixed
 - Fix typos (#45)
 - Apply clippy lints
   2022-08-18 10:07:45 by pin | Files touched by this commit (3) | Package updated
Log message:
security/gpg-tui: update to 0.9.1

[0.9.1] - 2022-08-18
Added
    Support setting the detail level via config or args (#44)

Changed

    Enable GitHub Sponsors for funding
    Apply clippy lints for tests
    Bump dependencies
    Set MSRV to 1.57.0

Fixed
    Apply clippy lints
    Update test preparation script about gpg directories

Removed
    Remove broken link from README.md
   2022-05-29 19:36:42 by pin | Files touched by this commit (3) | Package updated
Log message:
security/gpg-tui: update to 0.9.0

[0.9.0] - 2022-05-27
Added
    Support customizing key bindings (#6)
    Add a separate script for preparing the test environment

Changed
    Bump dependencies
    Bump the Rust version in Dockerfile
    Update man page about custom key bindings

Fixed
    Fix the formatting
    Update application handler tests about custom key bindings
    Update custom key binding handler test
    Fix the keycode handler test
    Fix typo in the script name

Removed
    Remove edition key from rustfmt config