Any way to do that
instead of showing 20 billion bytes,show it as 20.1gb
Show size on disk the same way as size
-
vsub
- Posts: 512
- Joined: Sat Nov 12, 2011 11:51 am
Show size on disk the same way as size
You do not have the required permissions to view the files attached to this post.
-
therube
- Posts: 5802
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Show size on disk the same way as size
(What do you have, sparse or [Windows] compressed file there?)
-
NotNull
- Posts: 5988
- Joined: Wed May 24, 2017 9:22 pm
Re: Show size on disk the same way as size
To format the Size on disk sizes the same as the regular size:
Alternative formattings:
Code: Select all
add-column:A A:=$size-on-disk: A-format:size A-label:="Size on Doisk"Code: Select all
size:auto
size:bytes
size:kb
size:mb
size:gb
-
void
- Developer
- Posts: 20167
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Show size on disk the same way as size
I'll look into adding formatting options for the size on disk property..
Typically, the byte detailed information is useful (but not in this case)
Typically, the byte detailed information is useful (but not in this case)
-
vsub
- Posts: 512
- Joined: Sat Nov 12, 2011 11:51 am
Re: Show size on disk the same way as size
That was just an exampletherube wrote: Thu Aug 13, 2026 7:59 pm (What do you have, sparse or [Windows] compressed file there?)
This is google play games
-
NotNull
- Posts: 5988
- Joined: Wed May 24, 2017 9:22 pm
Re: Show size on disk the same way as size
Suggestion: A general formatting feature by right-clicking the column header => Format Column => .....void wrote: Thu Aug 13, 2026 11:33 pm I'll look into adding formatting options for the size on disk property..
The type of each property is known (number, text,time, ..) so "only" the relevant formatting options need to be shown.
Maybe includw left-/right aligned to the formatting options.
In my opinion the chosen format is very volatile and does not need to be saved somewhere (possible exception: when tabs are duplicated)
Sounds to me like a lot of work though ... Maybe something to keep in mind for Everything 3.8
-
void
- Developer
- Posts: 20167
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Show size on disk the same way as size
I will consider right click column header -> Organize columns -> select column -> set formatting,alignment,width etc..Suggestion: A general formatting feature by right-clicking the column header => Format Column => .....
I would like to keep the right click column header menu minimal, but will consider shift right click for a formatting option.
Thank you for the suggestions.
The next update will have a size_precise_format advanced setting.
So there will now be three size categories:
size_format (default: KB)
size_precise_format (default: bytes)
size_volume_format (default: auto)
All size properties will fall into one of these categories.