Confirmed. Getting a Rename.
1.4.1.935 (x64). Windows 8.1 Pro
Search found 152 matches
- Sat Apr 11, 2020 6:36 pm
- Forum: Bug report
- Topic: double click not work when preview is on
- Replies: 10
- Views: 18020
- Thu Apr 09, 2020 8:59 pm
- Forum: Support
- Topic: Possible to search for double extensions? Also what does dupe: sizedupe: do?
- Replies: 6
- Views: 13091
Re: Possible to search for double extensions? Also what does dupe: sizedupe: do?
and... did you try that regex?
try this too
regex:"\.\D\D\D\D?\.\D\D\D\D?$". Sorry about that. It ignores digits, so it wont find mp3 or mp4 lol
- Mon Oct 21, 2019 8:27 am
- Forum: General
- Topic: List only folder
- Replies: 3
- Views: 6997
Re: List only folder
or add
in your query
Code: Select all
folder:
- Wed Oct 16, 2019 4:50 pm
- Forum: Suggestions
- Topic: Drag n drop?
- Replies: 15
- Views: 25864
Re: Drag n drop?
Is it possible that explorer & everything runs with different privileges? (either one of them runs in Admin mode)?
[btw, the method mentioned above by @void works for me]
[btw, the method mentioned above by @void works for me]
- Wed Oct 09, 2019 7:21 am
- Forum: Suggestions
- Topic: Regarding certain sort items like height/width/length, etc
- Replies: 1
- Views: 7332
Re: Regarding certain sort items like height/width/length, etc
you mean this?
Yes, ofcourse.
- Mon Oct 07, 2019 8:55 am
- Forum: Support
- Topic: No windows explorer context menu/shell integration
- Replies: 1
- Views: 5695
- Mon Oct 07, 2019 8:52 am
- Forum: Support
- Topic: files and folders only
- Replies: 1
- Views: 4809
Re: files and folders only
Code: Select all
"C:\Program Files\Everything\Everything.exe" -s "file: searchtext"
- Sun Sep 22, 2019 2:50 pm
- Forum: Support
- Topic: Searching mounted encrypted drives
- Replies: 7
- Views: 9745
Re: Searchng unmounted encrypted drives
You can edit the first post yourself and change subject line.Oreosaredelicious wrote: Sun Sep 22, 2019 1:57 pm I meant to say "Searching mounted encrypted drives".
- Tue Sep 17, 2019 3:21 pm
- Forum: Support
- Topic: Space no longer interpreted as AND but as group
- Replies: 1
- Views: 23208
Re: Space no longer interpreted as AND but as group
by any chance "Enable Regex" is selected in Search menu?
- Sun Sep 08, 2019 4:01 pm
- Forum: Support
- Topic: Searching drive/folder/single files - cannot figure out what EVERYTHING needs
- Replies: 1
- Views: 20092
Re: Searching drive/folder/single files - cannot figure out what EVERYTHING needs
Code: Select all
child:*.mp3 childfilecount:1
- Sat Aug 24, 2019 10:36 am
- Forum: Support
- Topic: How to search for files in folders with keywords in the middle ?
- Replies: 2
- Views: 15177
Re: How to search for files in folders with keywords in the middle ?
gwygdd wrote: Sat Aug 24, 2019 5:48 am How could I search for files whose name contains "bc" in folders whose name contains "345" ?
Code: Select all
folder:345 child:bc
Code: Select all
*345*\*bc*
- Sun Aug 18, 2019 10:21 am
- Forum: Support
- Topic: Finding a file in a specific folder with a right mouse menu
- Replies: 1
- Views: 4157
Re: Finding a file in a specific folder with a right mouse menu
Code: Select all
"C:\Program Files\Everything\Everything.exe" -search """"%1""" *.jpg"
- Thu Aug 08, 2019 12:59 pm
- Forum: Suggestions
- Topic: show selected filter in titlebar
- Replies: 2
- Views: 12488
- Thu Aug 08, 2019 11:02 am
- Forum: General
- Topic: Excluding a certain folder level, but not its subfolders
- Replies: 3
- Views: 18678
Re: Excluding a certain folder level, but not its subfolders
In my understanding, you want to find folders which has ONLY one child and its a FOLDER!, right?
If thats the case then, try
If not, please explain a little bit more, so some one else can help you with the query.
If thats the case then, try
Code: Select all
childcount:1 childfoldercount:1
- Wed Aug 07, 2019 12:42 pm
- Forum: Bug report
- Topic: Issue when copying a Font from Windows Fonts directory through Everything
- Replies: 4
- Views: 18038
Re: Issue when copying a Font from Windows Fonts directory through Everything
Windows 8.1 Pro Update 1 (x64)
Everything (1.4.1.935 (x64))
Confirmed. But it neither crashes, nor copies font file from Windows\Fonts folder.
Also there is no "Copy" context menu on font file.
Everything (1.4.1.935 (x64))
Confirmed. But it neither crashes, nor copies font file from Windows\Fonts folder.
Also there is no "Copy" context menu on font file.
- Tue Jul 30, 2019 7:13 pm
- Forum: Support
- Topic: How to Ignore chars in the search (not excluding) ?
- Replies: 9
- Views: 14703
Re: How to Ignore chars in the search (not excluding) ?
OP is happy with Stripper.vbs :lol:, but Option 2 (if anyone else likes)
Using AutoHotKey
My Version
^+v::
{
ClipSaved:=ClipboardAll
Chars_to_Ignore:= [".", "—", "-", "_", "`r`n"]
For index, value in Chars_to_Ignore
clipboard:=StrReplace(clipboard, value, " ")
SendInput {Raw}%clipboard ...
Using AutoHotKey
My Version
^+v::
{
ClipSaved:=ClipboardAll
Chars_to_Ignore:= [".", "—", "-", "_", "`r`n"]
For index, value in Chars_to_Ignore
clipboard:=StrReplace(clipboard, value, " ")
SendInput {Raw}%clipboard ...
- Tue Jul 30, 2019 9:46 am
- Forum: Support
- Topic: Folders mixing with everything else, is it possible?
- Replies: 4
- Views: 6803
Re: Folders mixing with everything else, is it possible?
idk, if this is what you are looking for, but worth visiting though (lol)alidan wrote: Tue Jul 30, 2019 9:09 am one of the bigger problems I have is folders and zip/rar being the same files and mixing them would help immensely.
viewtopic.php?f=2&t=6379#p19421
- Tue Jul 30, 2019 9:39 am
- Forum: Support
- Topic: how to search a directory without looking at subdirectories?
- Replies: 8
- Views: 11530
Re: how to search a directory without looking at subdirectories?
btw, you didn't answer @void's question
does parent:c:\users list any results?
Try this
parent:"%userprofile%\Desktop" xls
but for this to work, we have to enable "Expand Environment Variables" [Edit: idk if its enabled by default or not]
everything desktop parent txt.png
does parent:c:\users list any results?
Try this
parent:"%userprofile%\Desktop" xls
but for this to work, we have to enable "Expand Environment Variables" [Edit: idk if its enabled by default or not]
everything desktop parent txt.png
- Mon Jul 29, 2019 11:07 pm
- Forum: Support
- Topic: Can I sort the paths in a search filter in a special way?
- Replies: 28
- Views: 26494
Re: Can I sort the paths in a search filter in a special way?
Nice tutorial. Hats off to you!tuska wrote: Mon Jul 29, 2019 1:05 pm Please watch this video: 20190729__1920x1160_00.05.35_Search filter_Multiline_paste_new_line_op.wmv
- Sun Jul 28, 2019 10:13 am
- Forum: Support
- Topic: Can I sort the paths in a search filter in a special way?
- Replies: 28
- Views: 26494
Re: Can I sort the paths in a search filter in a special way?
By the way, I have noticed that when saving a new filter under the name of an existing filter,
the existing filter is NOT overwritten and no warning appears.
However, I would have expected this, e.g. because the previous filter - under the same name - has to be deleted separately.
https://www ...
- Fri Jul 26, 2019 10:56 am
- Forum: Off-topic discussion
- Topic: Where is the dash on the standard keyboard?
- Replies: 5
- Views: 35812
Re: Where is the dash on the standard keyboard?
and if you prefer AutoHotKey
Code: Select all
^+-::— ;Control+Shift+Hyphen for em-dash
- Fri Jul 26, 2019 10:47 am
- Forum: Off-topic discussion
- Topic: Changing the quotes
- Replies: 2
- Views: 30663
- Sun Apr 21, 2019 11:15 am
- Forum: Off-topic discussion
- Topic: Find the missing dot at the end of the line in the text
- Replies: 8
- Views: 16906
- Sun Apr 21, 2019 10:06 am
- Forum: General
- Topic: Not work search Everything (quote operator)
- Replies: 6
- Views: 16059
Re: Not work search Everything (quote operator)
My example (& screenshot) may be a bad example. But my point is \Q..\E is working in Everything (as opposed to the title of this post).
The purpose of \Q...\E (in Everything Search) is beyond my knowledge.
Someone else will reply to that.
The purpose of \Q...\E (in Everything Search) is beyond my knowledge.
Someone else will reply to that.
- Sun Apr 21, 2019 9:06 am
- Forum: General
- Topic: Not work search Everything (quote operator)
- Replies: 6
- Views: 16059
- Sat Apr 20, 2019 11:32 pm
- Forum: Off-topic discussion
- Topic: Find the missing dot at the end of the line in the text
- Replies: 8
- Views: 16906
Re: Find the missing dot at the end of the line in the text
sample text?Debugger wrote: Sat Apr 20, 2019 11:17 pm do not look for a dot at the end of the line:
I want to ignore any URLs
I want to ignore any Cyrillic alphabet
Something is wrong here:
[^\.]\r\n(!?(http|https):\/\/[\w\-_]+(\.[\w]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?)[А-Яа-я])
- Sat Apr 20, 2019 11:16 pm
- Forum: General
- Topic: Not work search Everything (quote operator)
- Replies: 6
- Views: 16059
Re: Not work search Everything
\Q..\E is working for me in Everything
- Sat Apr 20, 2019 11:07 pm
- Forum: Off-topic discussion
- Topic: Find the missing dot at the end of the line in the text
- Replies: 8
- Views: 16906
Re: Find the missing dot at the end of the line in the text
you are almost correct, but escape the . [Dot has special meaning in regex, so have to escape it]
[^\.]\r\n
- Sat Apr 20, 2019 10:49 pm
- Forum: Off-topic discussion
- Topic: Find the missing dot at the end of the line in the text
- Replies: 8
- Views: 16906
Re: Find the missing dot at the end of the line in the text
Make a regex to find
Not Dot and newline character
Not Dot and newline character
- Tue Apr 16, 2019 12:53 pm
- Forum: Off-topic discussion
- Topic: How to calculate the number of sentences in the text?
- Replies: 4
- Views: 11201
Re: How to calculate the number of sentences in the text?
Notepad++
View->Summary --> displays Characters, Words & Lines.
EmEditor
There is a plugin for Word Count.
MS-Word displays word count.
They are not testing 'Sentence', rather using Line count. But Console utilities listed Sentence count. (ty @therube for the link)
2019-04-16 18_21_49-C ...
View->Summary --> displays Characters, Words & Lines.
EmEditor
There is a plugin for Word Count.
MS-Word displays word count.
They are not testing 'Sentence', rather using Line count. But Console utilities listed Sentence count. (ty @therube for the link)
2019-04-16 18_21_49-C ...
- Sat Apr 13, 2019 1:58 pm
- Forum: General
- Topic: Match Whole Word
- Replies: 2
- Views: 6789
Re: Match Whole Word
Search->Match Whole Word (Ctrl+B)
- Mon Apr 08, 2019 11:29 am
- Forum: Support
- Topic: How to find files and folders that have same names
- Replies: 14
- Views: 33952
Re: How to find files and folders that have same names
I tested all 3 regex and found that it finds, for example
Media.zip inside a folder named Media
But OP is looking for is kinda different (to my understanding)
for example
X:\Media\
X:\Media.zip
Usually on extracting a zip file using context "Extract to", it uses the same name as of Zip. OP is ...
Media.zip inside a folder named Media
But OP is looking for is kinda different (to my understanding)
for example
X:\Media\
X:\Media.zip
Usually on extracting a zip file using context "Extract to", it uses the same name as of Zip. OP is ...
- Wed Apr 03, 2019 9:34 am
- Forum: General
- Topic: How do find files that Everything does not find?
- Replies: 6
- Views: 9351
Re: How do find files that Everything does not find?
"System Volume Information" folder is excluded by default (???, i guess, i don't remember adding exclude list as" ?:\System Volume Information\").
Tools->Options->Indexes->Exclude.
I deleted that entry, and everything is showing the files.
IMO, its safe to leave that folder alone...
sys_vol ...
Tools->Options->Indexes->Exclude.
I deleted that entry, and everything is showing the files.
IMO, its safe to leave that folder alone...
sys_vol ...
- Wed Mar 27, 2019 9:36 pm
- Forum: General
- Topic: [Solved] Find only
- Replies: 1
- Views: 5384
- Tue Mar 26, 2019 11:29 am
- Forum: General
- Topic: SOLVED: How to find?
- Replies: 6
- Views: 9038
Re: How to find?
Something like this?
Code: Select all
regex:[^\.]\.\s[a-z]
- Tue Mar 26, 2019 12:37 am
- Forum: Support
- Topic: Search for folders that doesn't have a particular file/folder?
- Replies: 5
- Views: 7644
Re: Search for folders that doesn't have a particular file/folder?
thorodin wrote: Tue Mar 26, 2019 12:24 am Awesome, it worked. Thank you so much.
Is it possible to make it exclude files with the phrase "text" or "orange"?
Code: Select all
!child:text|!child:orange
Code: Select all
!child:text|orange
- Mon Mar 25, 2019 11:59 pm
- Forum: Support
- Topic: Search for folders that doesn't have a particular file/folder?
- Replies: 5
- Views: 7644
Re: Search for folders that doesn't have a particular file/folder?
Sorry, my mistake.thorodin wrote: Mon Mar 25, 2019 11:52 pm Sorry for making you misunderstand me
I don't want to exclude files and folders with "text" in the filename.
I want to exclude folders that have files and folders with "text" in the filename.
This (might) work
Code: Select all
!child:Text
- Mon Mar 25, 2019 10:11 pm
- Forum: Support
- Topic: Search for folders that doesn't have a particular file/folder?
- Replies: 5
- Views: 7644
Re: Search for folders that doesn't have a particular file/folder?
Code: Select all
!Text
- Fri Mar 22, 2019 11:22 pm
- Forum: General
- Topic: limit search to only one drive or folder
- Replies: 3
- Views: 7420
Re: limit search to only one drive or folder
Just type the path / drive
To search only .wav files from D:\Music\My Collection\
Code: Select all
D:\Music
Code: Select all
*.wav "D:\Music\My Collection"
- Fri Mar 22, 2019 11:41 am
- Forum: General
- Topic: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
- Replies: 7
- Views: 11191
Re: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
Glad it worked. But it will not work if the ZWSP is in the beginning or at the end of line.Debugger wrote: Fri Mar 22, 2019 11:32 amBig thanks, now it worksCode: Select all
.\x{200B}.
https://postimg.cc/bdRM9xcV
- Fri Mar 22, 2019 11:24 am
- Forum: General
- Topic: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
- Replies: 7
- Views: 11191
Re: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
As 200B is invisible character, even if EmEditor/Notepad++/others finds it and moves cursor to the position, We may not see the cursor.
So try this
.\x{200B}.
It will find 3 characters (but shows 2 characters) and the middle character is ZWSP. So you know where the Zerowidth Space is.
(NB:Tried ...
So try this
.\x{200B}.
It will find 3 characters (but shows 2 characters) and the middle character is ZWSP. So you know where the Zerowidth Space is.
(NB:Tried ...
- Fri Mar 22, 2019 11:13 am
- Forum: General
- Topic: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
- Replies: 7
- Views: 11191
Re: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
\x{200B} working fine for me in Notepad++ and in EmEditor
- Fri Mar 22, 2019 10:47 am
- Forum: General
- Topic: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
- Replies: 7
- Views: 11191
Re: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
You are searching for all characters except 200B (Unicode Character 'ZERO WIDTH SPACE'). Its what everything did. (NOT 200B).
- Tue Mar 19, 2019 6:09 pm
- Forum: Support
- Topic: Everything showing names of files in bitlocker locked drive
- Replies: 2
- Views: 4523
Re: Everything showing names of files in bitlocker locked drive
I keep financial files in a bitlocker locked drive but if I carry out an everything search it finds the names of these files although they can't be opened. Is there any way of hiding the names of files or directories in my bitlocked drive?
Tools->Options->NTFS->
Deselect "Include in Database ...
- Sun Mar 17, 2019 3:41 pm
- Forum: Off-topic discussion
- Topic: How to find all words whose spelling is incorrect?
- Replies: 8
- Views: 13581
Re: How to find all words whose spelling is incorrect?
We can jump to misspelled words by using Control+M (forward direction, or Shift for backwards).
For correct spelling and not in dictionary word, we can either select Ignore All or Add it to dictionary.
For correct spelling and not in dictionary word, we can either select Ignore All or Add it to dictionary.
- Sun Mar 17, 2019 2:46 pm
- Forum: Off-topic discussion
- Topic: How to find all words whose spelling is incorrect?
- Replies: 8
- Views: 13581
Re: How to find all words whose spelling is incorrect?
I'm lost now.....
I quite didn't understand your expectation. Did u mean, u want to list only misspelled words (hiding all others)? or you want to auto-correct them?
I quite didn't understand your expectation. Did u mean, u want to list only misspelled words (hiding all others)? or you want to auto-correct them?
- Sun Mar 17, 2019 12:37 pm
- Forum: Off-topic discussion
- Topic: How to find all words whose spelling is incorrect?
- Replies: 8
- Views: 13581
Re: How to find all words whose spelling is incorrect?
My bad :?:
In your question, u gave importance to (highlighted in red) .
I know there is a limitation in MS-Word for spelling errors, if it exceeds, it displays "too many spelling errors" and it wont show any spelling errors.
idk if there such limitation in EmEditor too, Not able to find that in ...
In your question, u gave importance to (highlighted in red) .
I know there is a limitation in MS-Word for spelling errors, if it exceeds, it displays "too many spelling errors" and it wont show any spelling errors.
idk if there such limitation in EmEditor too, Not able to find that in ...
- Sun Mar 17, 2019 11:52 am
- Forum: Off-topic discussion
- Topic: How to find all words whose spelling is incorrect?
- Replies: 8
- Views: 13581
Re: How to find all words whose spelling is incorrect?
It is not that hard to find out (btw i'm not a EmEditor user)... but anyway
Tools->Properties for Current Configuration->Display->Incorrect Spelling
On the right choose background color and text color accordingly.
Tools->Properties for Current Configuration->Display->Incorrect Spelling
On the right choose background color and text color accordingly.
- Fri Mar 15, 2019 9:07 pm
- Forum: Off-topic discussion
- Topic: How to block the automatic opening of the page in the browser? (GOM Player)
- Replies: 11
- Views: 16914
Re: How to block the automatic opening of the page in the browser?
Care to share the settings? (and version of GOM player)Debugger wrote: Tue Feb 26, 2019 2:05 pm you just need to know how to disable POP-UP-ADS in the program settings (Preferences)![]()
- Fri Mar 15, 2019 10:08 am
- Forum: Support
- Topic: Possible to search by file extension using its shortcut?
- Replies: 7
- Views: 12104
Re: Possible to search by file extension using its shortcut?
This can be accomplished by a bat file or cmdlet (but i'm not good with them. but tried batch file and it takes 2 to 3 seconds every time. So converted it into a .Net prg)
I'm using this prg myself for a long time, but just now added lnk option to it. (I will attach the source code to this prg ...
I'm using this prg myself for a long time, but just now added lnk option to it. (I will attach the source code to this prg ...