Dear developers of this great utility,
I don't know if it is possible but for me it would be very helpful if there would be a column showing the length (number of characters) of the file path and another column displaying the number of characters of the file name (inclusive extension).
Best regards
Torsten
Columns with path length and length of file name (number of characters)
Re: Columns with path length and length of file name (number of characters)
(I have shortcut keys set up to copy;
F5, file path
F6, full file name (path+name)
F12, file name
into the clipboard.
& when I need the lengths of particular items, I'll paste them into an editor (which displays the length of a line)...)
F5, file path
F6, full file name (path+name)
F12, file name
into the clipboard.
& when I need the lengths of particular items, I'll paste them into an editor (which displays the length of a line)...)
Re: Columns with path length and length of file name (number of characters)
Thank you for this interesting hint. Can you tell me how to set up such shortcut keys? There are some properties that can be displayed in columns in Everything but path length and length of file name are not thereby.
Re: Columns with path length and length of file name (number of characters)
Correct, not in Everything 1.4. It is on the to do list for Everything 1.5 (release date unknown at this moment.
What you can do instead:
Search for
c:\folder path:len:>259
If you are interested in the length of the filenames without path, search for
c:\folder len:>=50
To define the keyboard shortcuts @therube is talking about:
- Go to Menu:Tools > Options > General > Keyboard
- Type in the Show commands containing: field
copy name
- Double-click each to add a shortcut.
Re: Columns with path length and length of file name (number of characters)
Thank you for your explanations. That's exactly what I'm doing at the momentNotNull wrote: ↑Mon Aug 17, 2020 7:24 pmCorrect, not in Everything 1.4. It is on the to do list for Everything 1.5 (release date unknown at this moment.
What you can do instead:
Search forto find all files and folders in C:\folder (and sub-folders) that have a total length -including path - of 260 characters or more.c:\folder path:len:>259
If you are interested in the length of the filenames without path, search forto find all filenames consisting of 50 characters or more.c:\folder len:>=50
To define the keyboard shortcuts @therube is talking about:
- Go to Menu:Tools > Options > General > Keyboard
- Type
in the Show commands containing: fieldcopy name
- Double-click each to add a shortcut.
(I'm also using c:\folder file:len:>50 to find only files)
I'm happy to read that implementation of columns displaying path length and length of file name is planned for version 1.5.
Thank you for explaining how to create shortcuts.