cm0002@piefed.world to Programmer Humor@programming.devEnglish · 2 days agoI_fucking_hate_them_nowmedia.piefed.worldimagemessage-square118fedilinkarrow-up1854arrow-down18
arrow-up1846arrow-down1imageI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 2 days agomessage-square118fedilink
minus-squareLuc@lemmy.worldlinkfedilinkarrow-up2·1 day 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·17 hours 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.