kondo
kondo copied to clipboard
Add a "single key" mode
git has an interactive.singleKey setting^1 that allows users to step through interactive prompts (e.g., that of git add --patch) by simply pressing a single key like "y" or "n" without needing to press enter/return. This is especially convenient when stepping through a large number of changes. This commit extends kondo with a similar mode.