Columns with path length and length of file name (number of characters)

Have a suggestion for "Everything"? Please post it here.
Post Reply
Torsten01
Posts: 3
Joined: Sun Aug 16, 2020 6:05 pm

Columns with path length and length of file name (number of characters)

Post by Torsten01 »

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
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: Columns with path length and length of file name (number of characters)

Post by therube »

(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)...)
Torsten01
Posts: 3
Joined: Sun Aug 16, 2020 6:05 pm

Re: Columns with path length and length of file name (number of characters)

Post by Torsten01 »

therube wrote: Sun Aug 16, 2020 9:46 pm (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)...)
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.
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: Columns with path length and length of file name (number of characters)

Post by NotNull »

Torsten01 wrote: Mon Aug 17, 2020 5:44 pm There are some properties that can be displayed in columns in Everything but path length and length of file name are not thereby.
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
to find all files and folders in C:\folder (and sub-folders) that have a total length -including path - of 260 characters or more.
If you are interested in the length of the filenames without path, search for
c:\folder len:>=50
to find all filenames consisting of 50 characters or more.


To define the keyboard shortcuts @therube is talking about:
  • Go to Menu:Tools > Options > General > Keyboard
  • Type
    copy name
    in the Show commands containing: field
  • Double-click each to add a shortcut.
Torsten01
Posts: 3
Joined: Sun Aug 16, 2020 6:05 pm

Re: Columns with path length and length of file name (number of characters)

Post by Torsten01 »

NotNull wrote: Mon Aug 17, 2020 7:24 pm
Torsten01 wrote: Mon Aug 17, 2020 5:44 pm There are some properties that can be displayed in columns in Everything but path length and length of file name are not thereby.
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
to find all files and folders in C:\folder (and sub-folders) that have a total length -including path - of 260 characters or more.
If you are interested in the length of the filenames without path, search for
c:\folder len:>=50
to find all filenames consisting of 50 characters or more.


To define the keyboard shortcuts @therube is talking about:
  • Go to Menu:Tools > Options > General > Keyboard
  • Type
    copy name
    in the Show commands containing: field
  • Double-click each to add a shortcut.
Thank you for your explanations. That's exactly what I'm doing at the moment ;-)
(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.
Post Reply