Skip to content

simple pinentry implementation using dmenu-wayland

License

Notifications You must be signed in to change notification settings

fabianscode/pinentry-dmenu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinentry-dmenu

This is a simple shell script that integrates dmenu-wayland with GnuPG as an alternative pinentry method.

Installation

Manual

To install this, do a git clone https://github.com/fabianscode/pinentry-dmenu, configure config.mk for your system and run sudo make install. Similarly, to uninstall run sudo make uninstall.

Usage

To use dmenu as the pinentry program for GnuPG, configure ~/.gnupg/gpg-agent.conf to use the full path of the pinentry-dmenu script:

pinentry-program /usr/local/bin/pinentry-dmenu (or whatever other path you chose)

The full path will depend on the PREFIX used in config.mk.

About

simple pinentry implementation using dmenu-wayland

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.1%
  • Makefile 36.9%