How to quickly add all many names to regex?
Every time I have to save all the names (Total Commander) and edit the text file as a regex. And how to make it easier, faster?
The file are in the folder
^(w_f3b7aa40.jpg|w_f3b7aa49.jpg|more....)$
How to quickly add all many names to regex?
Re: How to quickly add all many names to regex?
Is this what you mean?: viewtopic.php?t=5178
Re: How to quickly add all many names to regex?
the list is too big, and as I read, it will not work correctly in Everything. So I want to do it in MasterSeeker, here regex has unlimited value
Re: How to quickly add all many names to regex?
Too big - how many?
Are you using the current version of Everything?
Are you using the current version of Everything?
Re: How to quickly add all many names to regex?
Search for a large list of file names in Everything works best with the "Search for a list of file names" in advanced search:
Include a backslash (\) to search for full path and filename (otherwise just the filename without the path is searched).
For example, filenames.txt:
There is no limit on the size of regex searches in Everything.
There is a display limit of 4000 characters in the Search edit, maybe you are hitting this? Even though the text may not render, Everything should still function correctly.
- In Everything, from the Search menu, click Advanced Search....
- Scroll down to Search for a list of file names.
- Click Browse....
- Select your list of file names and click Open.
- Click OK.
Include a backslash (\) to search for full path and filename (otherwise just the filename without the path is searched).
For example, filenames.txt:
Code: Select all
file 01.txt
file 02.txt
autoexec.bat
config.sys
There is a display limit of 4000 characters in the Search edit, maybe you are hitting this? Even though the text may not render, Everything should still function correctly.
Re: How to quickly add all many names to regex?
I have files, but they contain additional sorting in the form number#originalfilename.jpg
So how do you add it? The original location for disk search contains only the original file names.
1#w_1234jhG.jpg
2#76gjYGYT.jpg
w_1234jhG.jpg
76gjYGYT.jpg
So how do you add it? The original location for disk search contains only the original file names.
1#w_1234jhG.jpg
2#76gjYGYT.jpg
w_1234jhG.jpg
76gjYGYT.jpg