summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* fix: use pinentry/zenity for YubiKey PIN prompt in non-interactive contextsgabrix732026-06-032-2/+66
| | | | | | | | | | | | | | | 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
* Add YubiKey PIV Ed25519 signature support for mail2newsgabrix732026-05-311-49/+127
| | | | | | | | - Configure vim-yubisigner as editor for automatic signing - Update m2n-prompt.sh to use vim-yubisigner wrapper - Add X-PGP-Key header with WKD URL - Update SMTP onion address - Signatures created with yubisigner-cli in PGP-like clearsign format
* update: real mail2news config with virebent.art onion addresses, add Tor ↵Gab Virebent2026-05-261-0/+82
| | | | | | | | | | profile and posting script - accounts/mail2news: real onion SMTP endpoint, ephemeral nobody@virebent.invalid From - scripts/m2n-prompt.sh: working interactive posting script (swaks + torsocks) - neomuttrc.tor: Tor profile sourcing mail2news account, F9 macro binding - neomuttrc.common: shared UI/GPG/sidebar base config - README: rewritten in English, documents actual setup and gateway address
* Initial public releaseGab Virebent2026-05-231-0/+171