cm0002@piefed.world to Programmer Humor@programming.devEnglish · 5 months agoI_fucking_hate_them_nowmedia.piefed.worldexternal-linkmessage-square117linkfedilinkarrow-up196arrow-down16
arrow-up190arrow-down1external-linkI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 5 months agomessage-square117linkfedilink
minus-squareLuc@lemmy.worldlinkfedilinkarrow-up0·5 months 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-up1·5 months 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.