i.pinimg.com/…/e05ab30c26dbdc80317e610f16107bda.j…
There are a million reasons to access those folders. There are 0 reasons to leave them hidden.
Comment on Developers: "Yes, the users love cluttered homes, just put everything there and ignore guidelines"
waigl@lemmy.world 4 weeks ago
Files and directories starting with a dot are hiden by default. You are aksing for this stuff if you manually unhide them.
i.pinimg.com/…/e05ab30c26dbdc80317e610f16107bda.j…
There are a million reasons to access those folders. There are 0 reasons to leave them hidden.
only if you are a power user. for most people its just clutter in the way of the files they are looking for.
Magnetic_dud@discuss.tchncs.de 4 weeks ago
Screenshot is from Windows where dotfiles aren’t hidden by default. And all the lazy developers that created those directories, didn’t bother to set the hidden attribute (See appdata is greyed, because it has the hidden attribute set)
sik0fewl@lemmy.ca 4 weeks ago
To be fair, those Windows directories might have a space in them and break things anyway.
dan@upvote.au 4 weeks ago
Directories can have spaces in their name on other platforms too. You can set the XDG environment variables to whatever you want, so eg. instead of using
~/.config
you could use~/My Config Files
sik0fewl@lemmy.ca 4 weeks ago
Ya, I’m just joking about apps, or especially scripts, not handling it properly.