kondo icon indicating copy to clipboard operation
kondo copied to clipboard

Add a "single key" mode

Open cstyles opened this issue 1 year ago • 0 comments

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.

cstyles avatar Apr 12 '25 21:04 cstyles