| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: use pinentry/zenity for YubiKey PIN prompt in non-interactive contexts | gabrix73 | 2026-06-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Added yubisigner-with-pinentry wrapper that handles PIN entry via: - zenity (GUI popup, primary method) - pinentry-qt (Qt GUI fallback) - pinentry-curses (TUI fallback) - /dev/tty direct read (last resort) This fixes PIN prompt failing when vim-yubisigner is called from NeoMutt, where fmt.Scanln() in yubisigner-cli cannot capture stdin properly. Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> | ||||
| * | Add vim-yubisigner wrapper and installation instructions | gabrix73 | 2026-05-31 | 1 | -0/+65 |
| - Add scripts/vim-yubisigner (editor wrapper for YubiKey signing) - Update README with complete installation steps for yubisigner-cli - Include code blocks for building and installing wrapper | |||||
