brows-app/brows

I want add Dir-size column forever

Closed this issue · 2 comments

Desktop (please complete the following information):

  • OS: windows 11
  • Browser chrome
  • Version latest

Additional context
I want add Dir-size column forever!
How can i do it?
I tried go to customize, but i couldn't.
dir-size is adjusted for each folder, and only in them shows dir-size, and I want it to show everywhere, and if not needed, you can disable it everywhere.

Type the config command to get to the root of configuration files.

cmd

Make sure you have a file called filesystem.conf in that directory. If you don't, copy filesystem.conf.default from the default directory and rename it to filesystem.conf in the current directory.

conf

Edit filesystem.conf in a text editor and add this line:

DefaultKey = Name|Length|LastWriteTime|Extension|DirectorySize

You should now have an additional column with directory sizes in file-system panels. Let me know if that works for you.

Thanks!