Search found 294 matches

by ovg
Mon Apr 17, 2023 11:26 am
Forum: Support
Topic: Why are the defaults the the way they are + help needed
Replies: 12
Views: 3072

Re: Why are the defaults the the way they are + help needed

Also the integrated usage from some file managers are running fine with the default settings. For example finding all locations of a given file name doesn't work with enabled match path. The current default settings are working since a long time for many users. Only because they don't fit your spec...
by ovg
Sat Mar 18, 2023 9:37 pm
Forum: Everything 1.5 Alpha
Topic: Regex Content searching
Replies: 8
Views: 1971

Re: Regex Content searching

Also replace * with .*

Code: Select all

regex:content:".*my-search.*\[.*"
by ovg
Sat Mar 18, 2023 6:40 pm
Forum: Everything 1.5 Alpha
Topic: Regex Content searching
Replies: 8
Views: 1971

Re: Regex Content searching

2adamantine

You have to escape [ with \:

Code: Select all

*my-search*\[*
by ovg
Tue Jan 24, 2023 5:40 am
Forum: Suggestions
Topic: is there any intention to make this open source?
Replies: 36
Views: 27838

Re: is there any intention to make this open source?

2anmac1789

Indeed!!! :thumbsup::thumbsup::thumbsup:
by ovg
Wed Jan 04, 2023 3:57 pm
Forum: Suggestions
Topic: [SOLVED] Add "Duration" in columns for multimedia files
Replies: 9
Views: 2165

Re: Add "Duration" in columns for multimedia files

2Shohreh

Try Everything 1.5
by ovg
Thu Dec 29, 2022 3:14 am
Forum: General
Topic: How to find only certain ranges of individual letters in a row in filenames? etc
Replies: 5
Views: 2112

Re: How to find only certain ranges of individual letters in a row in filenames? etc

Make sure that Regular Expressions under Search is unchecked. search for mp3 files with g in the names: regex:(?<!g)g{n,m}(?!g) ext:mp3 where n - min count of g in the file name m - max count of g in file name regex:(?<!g)g{3,}(?!g) ext:mp3 - find mp3 files with 3 or more g 's in the file name regex...
by ovg
Tue Dec 27, 2022 5:08 pm
Forum: Support
Topic: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
Replies: 4
Views: 1355

Re: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?

Hmm...
Doesn't work for you?

Code: Select all

"C:\Program Files\Everything\Everything64.exe" -startup -instance "Instant"
by ovg
Thu Dec 22, 2022 6:48 am
Forum: Support
Topic: Font Color for diferent drives
Replies: 7
Views: 2371

Re: Font Color for diferent drives

Thanks David!

Now working fine, but before changing ini file the EV and EV service should be stopped, otherwise doesn't working for me (changes in ini file are lost)
by ovg
Thu Dec 22, 2022 6:19 am
Forum: Support
Topic: Font Color for diferent drives
Replies: 7
Views: 2371

Re: Font Color for diferent drives

Everything 1.5.0.1332a adds support for customizing the font color for different drives: To set a color filter for folders only: Copy and paste the following into your Everything search box: about:config Press ENTER in your Everything search box. ---this will open your %APPDATA%\Everything\Everythi...
by ovg
Fri Dec 16, 2022 5:59 pm
Forum: Support
Topic: functions & modifers to SEARCH for length of filename greater than 6 characters?
Replies: 5
Views: 1608

Re: functions & modifers to SEARCH for length of filename greater than 6 characters?

it is possible to use stemlength: instead of filenamelength:

Code: Select all

stemlength:>6 ext:bmp
by ovg
Wed Oct 12, 2022 10:53 am
Forum: Support
Topic: Content search with Ä Ü Ö
Replies: 11
Views: 2348

Re: Content search with Ä Ü Ö

[*]In the Registry Editor, navigate to: Computer\HKEY_CLASSES_ROOT\.rtf\PersistentHandler [*]What is shown on the right? The (Default) value should look something like: {2e2294a9-50d7-4fe7-a09f-e6492e185884} Bingo! I created this key (it didn't exist) and set it to your value. Now search for conten...
by ovg
Wed Oct 12, 2022 9:08 am
Forum: Support
Topic: Content search with Ä Ü Ö
Replies: 11
Views: 2348

Re: Content search with Ä Ü Ö

void wrote: Wed Oct 12, 2022 9:01 am There might be an issue with the RTF iFilter (RTF content search).
Search and Preview for RTF files working fine for me ...
by ovg
Wed Oct 12, 2022 5:45 am
Forum: Support
Topic: Content search with Ä Ü Ö
Replies: 11
Views: 2348

Re: Content search with Ä Ü Ö

For me neither Match Diacritics nor diacritics: doesn't work with rtf files ....
For me both working fine with txt/docx/doc/xlsx/pdf files ...
by ovg
Thu Oct 06, 2022 11:52 am
Forum: Support
Topic: [help] how to reuse search fragment ?
Replies: 8
Views: 1959

Re: [help] how to reuse search fragment ?

@iamqz
Hmm... I think that you should send all thanks to void, not me :D :D :D
by ovg
Mon Oct 03, 2022 11:33 am
Forum: Support
Topic: Any chance to have extra columns for specific file types (e.g. image pixel resolution)?
Replies: 3
Views: 1216

Re: Any chance to have extra columns for specific file types (e.g. image pixel resolution)?

ps: This properties aren't indexed by default, restrict search to desired ext: eg

Code: Select all

c: ext:png
or

Code: Select all

d: ext:jpg
by ovg
Tue Mar 01, 2022 8:30 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 266962

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

LeoLUG
Please show content of your JumpToFolder.ini
by ovg
Tue Mar 01, 2022 8:04 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 266962

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

LeoLUG

Hmm... I didn't find anything wrong so far ...
by ovg
Tue Mar 01, 2022 7:44 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 266962

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

LeoLUG
Please show definition of you em_JumpToFolder in user.ini
by ovg
Tue Mar 01, 2022 7:33 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 266962

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

LeoLUG

It is impossible to read error message from you attached screenshot ....
by ovg
Tue Mar 01, 2022 7:02 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 266962

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

LeoLUG

It's seems that you're doing something wrong: em command by horst.epp working fine (w/o .lnk file)....
by ovg
Sun Oct 31, 2021 5:40 pm
Forum: Support
Topic: Simple issue, remove files that include one particular singlle letter in filename / title.
Replies: 6
Views: 5733

Re: Simple issue, remove files that include one particular singlle letter in filename / title.

Don't use Advanced Search. Enter

Code: Select all

!" r." !" r "
into search field

20211031_203040.png
20211031_203040.png (55.07 KiB) Viewed 5681 times
20211031_203135.png
20211031_203135.png (35.37 KiB) Viewed 5681 times

Instead g:\qqq enter your path as needed

What am I missing?

And there isn't space between

Code: Select all

.
and

Code: Select all

"
in

Code: Select all

!" r."
by ovg
Sat Oct 30, 2021 8:29 pm
Forum: Support
Topic: Simple issue, remove files that include one particular singlle letter in filename / title.
Replies: 6
Views: 5733

Re: Simple issue, remove files that include one particular singlle letter in filename / title.

Sorry, my bad.


20211030_232653.png
20211030_232653.png (23.08 KiB) Viewed 5711 times
20211030_232619.png
20211030_232619.png (36.08 KiB) Viewed 5711 times
by ovg
Sat Oct 30, 2021 5:19 pm
Forum: Support
Topic: Simple issue, remove files that include one particular singlle letter in filename / title.
Replies: 6
Views: 5733

Re: Simple issue, remove files that include one particular singlle letter in filename / title.

try search

Code: Select all

!" r "|" r."
Make sure that Search->Match Case doesn't selected
by ovg
Sat Oct 23, 2021 5:06 am
Forum: Everything 1.5 Alpha
Topic: Bug or feature: Sorting by RC or DM
Replies: 10
Views: 7670

Re: Bug or feature: Sorting by RC or DM

Thank you David for clarifications!
My fault, I have overlooked this ...
by ovg
Fri Oct 22, 2021 6:56 pm
Forum: Everything 1.5 Alpha
Topic: Bug or feature: Sorting by RC or DM
Replies: 10
Views: 7670

Re: Bug or feature: Sorting by RC or DM

One file indeed was changed, second one - shouldn't
by ovg
Fri Oct 22, 2021 6:13 pm
Forum: Everything 1.5 Alpha
Topic: Bug or feature: Sorting by RC or DM
Replies: 10
Views: 7670

Re: Bug or feature: Sorting by RC or DM

2NotNull

Last load date: 22-Oct-2021 19:21:51
And I have "All inclusive" except multi-user database

"that 7 folders and 10 files have changed since you last loaded the Everything database" - It is unlikely. I don't touch them
by ovg
Fri Oct 22, 2021 6:11 pm
Forum: Everything 1.5 Alpha
Topic: Bug or feature: Sorting by RC or DM
Replies: 10
Views: 7670

Re: Bug or feature: Sorting by RC or DM

raccoon wrote: Fri Oct 22, 2021 6:05 pm I am going to assume your question is "Is it normal for the Date Recently Changed column to have blank/incomplete data?"
No, I meant differences in number of files and folders
by ovg
Fri Oct 22, 2021 5:53 pm
Forum: Everything 1.5 Alpha
Topic: Bug or feature: Sorting by RC or DM
Replies: 10
Views: 7670

Re: Bug or feature: Sorting by RC or DM

Indeed! :shock:
Thanks NotNull !!! :thumbsup:
by ovg
Fri Oct 22, 2021 4:42 pm
Forum: Everything 1.5 Alpha
Topic: Bug or feature: Sorting by RC or DM
Replies: 10
Views: 7670

Bug or feature: Sorting by RC or DM

Hi David!

Right answer: 8 folders and 16 files
by ovg
Wed Sep 29, 2021 7:45 pm
Forum: Support
Topic: Entering several drive letters at once
Replies: 7
Views: 4486

Re: Entering several drive letters at once

Try regex:[^ic]:
by ovg
Wed Sep 29, 2021 4:55 pm
Forum: Support
Topic: Entering several drive letters at once
Replies: 7
Views: 4486

Re: Entering several drive letters at once

It seems that it's possible (at least in EV 1.5), eg:

Tools->Options->Exclude->Enable exclude list, Add filter

20210929_195345.png
20210929_195345.png (76.07 KiB) Viewed 4473 times
by ovg
Sun Aug 15, 2021 3:24 pm
Forum: Support
Topic: Any Way to Make the Whole Row Clickable Rather Than Just The Filname?
Replies: 4
Views: 4537

Re: Any Way to Make the Whole Row Clickable Rather Than Just The Filname?

Tools->Options->General->Results: Check Full row select at the right pane
by ovg
Tue Aug 10, 2021 4:44 am
Forum: Support
Topic: Regex to search for only ascii
Replies: 2
Views: 3596

Re: Regex to search for only ascii

regex:[\x00-\x7f]
by ovg
Thu Aug 05, 2021 5:07 am
Forum: Bug report
Topic: New Rename dialog also changes extension suffix
Replies: 22
Views: 29925

Re: New Rename dialog also changes extension suffix

Thanks for fixing, it's working fine now. :thumbsup:
by ovg
Sun Aug 01, 2021 2:31 pm
Forum: Bug report
Topic: New Rename dialog also changes extension suffix
Replies: 22
Views: 29925

Re: New Rename dialog also changes extension suffix

I can confirm this error.
by ovg
Thu Jul 29, 2021 12:08 pm
Forum: Support
Topic: Option to exclude .lnk
Replies: 1
Views: 3310

Re: Option to exclude .lnk

add !ext:lnk to filter named "Everything"
by ovg
Sun Jul 25, 2021 1:51 pm
Forum: Support
Topic: Unable to find filemaker files
Replies: 6
Views: 5888

Re: Unable to find filemaker files

It seems that you set filter to "Document" (look at low right corner of Everything window (your second image)), set filter to "Everything" via Search Menu
by ovg
Sat Jun 12, 2021 7:02 pm
Forum: General
Topic: Features
Replies: 16
Views: 18830

Re: Features

2mragtronx8
NotNull wrote: Sat Jun 12, 2021 5:50 pm I am not the developer of Everything...
void is the DEVELOPER
by ovg
Fri Apr 23, 2021 5:32 am
Forum: Everything 1.5 Alpha
Topic: Swapped constants for IPC
Replies: 4
Views: 13099

Re: Swapped constants for IPC

Thank you so much, David! Now it's working like a charm!