summaryrefslogtreecommitdiffstats
path: root/scripts/vim-yubisigner
Commit message (Collapse)AuthorAgeFilesLines
* fix: use pinentry/zenity for YubiKey PIN prompt in non-interactive contextsgabrix732026-06-031-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 instructionsgabrix732026-05-311-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