cm0002@piefed.world to Programmer Humor@programming.devEnglish · 1 month agoI_fucking_hate_them_nowmedia.piefed.worldimagemessage-square146linkfedilinkarrow-up1995arrow-down113
arrow-up1982arrow-down1imageI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 1 month agomessage-square146linkfedilink
minus-squareLuc@lemmy.worldlinkfedilinkarrow-up2·1 month agoScripting isn’t the issue, but for tab completion: the boundary is often at a space or parenthesis so that you need to type the backslash + char to continue tabbing to completion
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up2·1 month agoBelieve me, whitespace-correct scripting is absolutely an issue. You’re right that it’s annoying when filenames diverge right at a character that must be escaped.
Scripting isn’t the issue, but for tab completion: the boundary is often at a space or parenthesis so that you need to type the backslash + char to continue tabbing to completion
Believe me, whitespace-correct scripting is absolutely an issue.
You’re right that it’s annoying when filenames diverge right at a character that must be escaped.