Did you know most file managers on Linux support a ".hidden" file in your home directory?
It works pretty much as gitignore does: it hides everything that you list in this file, one file/dir per line.
https://fosspost.org/tutorials/hide-files-folders-linux-file-manager
Yeah, don't mistake this for a security feature. It's just there for convenience when browsing your files in a GUI tool like Dolphin or Nautilus.
@I_Will_Wobble @fribbledom they aren't hidden from standard `ls`, only from GUI file manager, which limits the scope a bit.
But also, if you're using Apache with standard configuration, all .ht* files are hidden, i.e. not served (but you can use them as included files).
@fribbledom fosspost seems offline, cloudflare page presented...
Still works for me. Behind a VPN they block maybe?
@fribbledom nope, no VPN at all
@querdenker @fribbledom Looks like it's down for me too.
Oh well, Cloudfare with issues again, by the looks 😒
@fribbledom @Cedara hrmmm... they should rename themself to clownflare.
But just checked - now fosspost is working again
This… is… AWESOME. I had no idea about `.hidden`. This way I can de-clutter my $HOME polluted by a shiton of programs not caring about XDG Base Directory Specification. (https://beko.famkos.net/t/f1W)
@fribbledom I'm a hard core linux user and this is actually news to me. Though they failed to mention if it worked like dot files in the shell itself, which would be the most important for me as I dont often use graphical fiel managers.
@fribbledom As a result, so does Android.
@fribbledom
You just have to remember they can easily be found by using ls -a