I'm hardly afraid but I just think it's poor ergonomics. Same as the move from xset m 0 0 to xinput --set-prop 'pointer:Logitech USB Receiver' 'libinput Accel Profile Enabled' 0, 1 Everything seems to be going this way in Linux land. Longer names, harder to type names, camelcase names, spaces... I'm looking forward to an OS that treats command line ergonomics as a first class feature and where camelcase & spaces are…
I'm “still afraid to use spaces in file names” years old
21–30 of 817 posts
Re: I'm “still afraid to use spaces in file names” years old
#22sh, bash and cmd.exe are shit. The shell needs serious rethinking.
Re: I'm “still afraid to use spaces in file names” years old
#23Spaces in file names are a nightmare in Makefiles.
Edit: replace $@ with quoted version which actually changes the behavior (I was wrong that the difference is between $* and $@).
Re: I'm “still afraid to use spaces in file names” years old
#24I'm hardly afraid but I just think it's poor ergonomics. Same as the move from xset m 0 0 to xinput --set-prop 'pointer:Logitech USB Receiver' 'libinput Accel Profile Enabled' 0, 1 Everything seems to be going this way in Linux land. Longer names, harder to type names, camelcase names, spaces... I'm looking forward to an OS that treats command line ergonomics as a first class feature and where camelcase & spaces are…
Re: I'm “still afraid to use spaces in file names” years old
#25In many languages it's a requirement. For example, in Romanian, there are 8 words that collide with „fata“ if you remove the diacritics (fata, fată, fața, față, făta, făță, fâța, fâță).
Given that we have to use diacritics, spaces don't seem like a big deal.
Re: I'm “still afraid to use spaces in file names” years old
#26Re: I'm “still afraid to use spaces in file names” years old
#27Re: I'm “still afraid to use spaces in file names” years old
#28Re: I'm “still afraid to use spaces in file names” years old
#29One of the main reasons why Windows used "Program Files" and "Documents and Settings" was to force the programs (and programmers) to deal with paths with spaces. And you know, for the most part it kinda, more or less worked out although of course even today you will find programs that ask you to install them in a folder without spaces in the path.
Re: I'm “still afraid to use spaces in file names” years old
#30I'm hardly afraid but I just think it's poor ergonomics. Same as the move from xset m 0 0 to xinput --set-prop 'pointer:Logitech USB Receiver' 'libinput Accel Profile Enabled' 0, 1 Everything seems to be going this way in Linux land. Longer names, harder to type names, camelcase names, spaces... I'm looking forward to an OS that treats command line ergonomics as a first class feature and where camelcase & spaces are…
What's wrong with camelCase? It's easier to type than snake
Programs like Powershell eschew ease of use in CLI for readability in scripts.