https://github.com/cemkeylan/pinentry-dmenu
Yet another implementation of pinentry-dmenu
https://github.com/cemkeylan/pinentry-dmenu
Last synced: about 1 year ago
JSON representation
Yet another implementation of pinentry-dmenu
- Host: GitHub
- URL: https://github.com/cemkeylan/pinentry-dmenu
- Owner: cemkeylan
- License: mit
- Created: 2020-01-21T09:48:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T15:25:54.000Z (over 6 years ago)
- Last Synced: 2024-01-08T04:21:11.794Z (over 2 years ago)
- Language: C
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pinentry-dmenu
==============
This is the program I came up with when I
decided to merge the ideas of pinentry-dmenu [1]
and pinentry-dmenu [2]. Ladies and gentlemen, may
I present you, pinentry-dmenu!
Why?
---
Because pinentry-dmenu is not exactly configurable
as one would like, and pinentry-dmenu assumes you have
password patch enabled, and let's be honest, the dev of
pinentry-dmenu probably receives lots of messages because
of it.
Unnecessary stuff, like stest, has been removed from the
source.
Installation
------------
This build of dmenu, renamed as pinentry-dmenu-core can
be configured from config.h and be recompiled, exactly the
same as the actual dmenu.
To install just do (if necessary, as root)
make
make install
You can only install the pinentry-dmenu script, by doing
make pinentry-install
NOTE:
Doing a `pinentry-install` modifies the script to make it
look for `dmenu` instead of `pinentry-dmenu-core`.
[1]: https://github.com/ritze/pinentry-dmenu
[2]: https://gitlab.com/sebastianrasor/pinentry-dmenu