I don’t really want to be confirming every file in a recursive rm or cp or mv either
Ah but rm will only make you confirm if there are more than 3 files to be removed. And cp and mv only if there's risk of overwriting. And it's only one confirm per command, not per file.
Good point. I actually thing that having if x == true is bad practice anyway because it's redundant, so showing a toggle in that context would have the benefit of highlighting that something's wrong.
fwiw I opened an issue on the vs code repo. It already got a downvote and the issue was reassigned from one maintainer to another. Popcorn is tightly secured.
That's fair.
Ah but
rm
will only make you confirm if there are more than 3 files to be removed. Andcp
andmv
only if there's risk of overwriting. And it's only one confirm per command, not per file.