Search found 22 matches

by phil2search
Fri May 03, 2024 6:03 pm
Forum: Everything 1.5 Alpha
Topic: new window in tab not working?
Replies: 1
Views: 205

new window in tab not working?

Hello, I have 1373a and the open new window in tab option enabled. It seemed it worked a few versions ago but when I do new window or alt-space, it does not open a tab but a new window? Is that normal? (or only me). If if it, it would be good if the window hotkey (alt-space) could be mapped to new t...
by phil2search
Thu Feb 08, 2024 1:02 pm
Forum: Everything 1.5 Alpha
Topic: command line -create-file-list
Replies: 3
Views: 514

Re: command line -create-file-list

Great. It works again.
Thanks for everything.
Philippe
by phil2search
Sat Jan 20, 2024 9:15 am
Forum: General
Topic: SDK attribute codes
Replies: 2
Views: 1064

Re: SDK attribute codes

Thanks a lot for the response.
I knew I was missing something.
Philippe
by phil2search
Fri Jan 19, 2024 7:19 pm
Forum: General
Topic: SDK attribute codes
Replies: 2
Views: 1064

SDK attribute codes

Hello, I just started using the sdk using the python example. For the attribute, and integer is returned (e.g. 16, 32). The attribute constants (e.g. D, A) are listed here: https://www.voidtools.com/support/everything/searching/ I probably missed it but is there anywhere a correspondance between the...
by phil2search
Thu Jan 18, 2024 8:25 am
Forum: Everything 1.5 Alpha
Topic: command line -create-file-list
Replies: 3
Views: 514

command line -create-file-list

Hello, I am using the -create-file-list in some scripts. The script/command line works fine with everything 1.4 but no file is created with everything 1.5. "C:\Program Files\Everything 1.5a\Everything64.exe" -create-file-list test.efu path There is no error either. The command -create-file...
by phil2search
Thu Jul 13, 2023 7:00 am
Forum: Everything 1.5 Alpha
Topic: Preview HTML files as text
Replies: 26
Views: 12631

Re: Preview HTML files as text

Thanks for your response. I started looking at the page and then tried 1352a portable on my second machine (similar configuration). And it worked. Installed it. And it worked. Went back to the one with the issue and reinstalled 1352a. And it is worked... Strange. So it seems it just needed to reboot...
by phil2search
Wed Jul 12, 2023 10:32 am
Forum: Everything 1.5 Alpha
Topic: Preview HTML files as text
Replies: 26
Views: 12631

Re: Preview HTML files as text

Thank you for your response (and sorry for the missing details). * It always kept working in explorer * I have powertoys with monaco disabled (a long time ago). It crashed all the time so I don't use it. I don't think it was ever enabled on the PC where the problem occured. * downgrading: it did not...
by phil2search
Tue Jul 11, 2023 8:32 am
Forum: Everything 1.5 Alpha
Topic: Preview HTML files as text
Replies: 26
Views: 12631

Re: Preview HTML files as text

Hello, I updated to 1352a and I have a problem with the preview behavior. I have lot of text files types (some non standard) that I ask windows to perceive as text. e.g. in the registry: [HKEY_CLASSES_ROOT\.cps] "PerceivedType"="text [HKEY_CLASSES_ROOT\.py] "PerceivedType"=&...
by phil2search
Fri May 19, 2023 12:12 pm
Forum: Support
Topic: Local/quick indexing of network folder
Replies: 2
Views: 767

Re: Local/quick indexing of network folder

Thanks for clarifying.
Philippe
by phil2search
Fri May 19, 2023 11:22 am
Forum: Support
Topic: Local/quick indexing of network folder
Replies: 2
Views: 767

Local/quick indexing of network folder

Hello, I use Everything a lot, often not to look for something random on my drive but to select files in a folder, rename them, create an archive based on a filter, do a "smart copy", copy the path with forward slashes for python, etc. These are operations that only require to index the cu...
by phil2search
Sun Jul 03, 2022 4:58 pm
Forum: Everything 1.5 Alpha
Topic: How to Ommit Appdata folder but include one folder inside Appdata?
Replies: 9
Views: 3242

Re: How to Ommit Appdata folder but include one folder inside Appdata?

So Omit would work at the folder level before the search (excluding a folder excludes all what is below) while filter would consider individual items (making a filter to exclude the parent excludes only the parent and not the children items)? The first one sounds really difficult based on your examp...
by phil2search
Sun Jul 03, 2022 3:21 pm
Forum: Everything 1.5 Alpha
Topic: How to Ommit Appdata folder but include one folder inside Appdata?
Replies: 9
Views: 3242

Re: How to Ommit Appdata folder but include one folder inside Appdata?

As a follow up, I just tried and the regex work when in the filter definition. e.g. to hide all contents of programdata program file etc. except links and executable, etc. etc. + users appdata contents: !regex:C:\\Program(?!.*(lnk|exe)$)(.*) !regex:C:\\Users\\(.*)\\AppData So either I did not unders...
by phil2search
Sun Jul 03, 2022 9:30 am
Forum: Everything 1.5 Alpha
Topic: How to Ommit Appdata folder but include one folder inside Appdata?
Replies: 9
Views: 3242

Re: How to Ommit Appdata folder but include one folder inside Appdata?

Thanks. You are right. I forgot to protect the \ and the space. However: it still does not work for me and everything in programdata shows when omit is enabled: 2022-07-03 10_37_21-programdata - Everything (1.5a) 1.5.0.1315a (x64).png Now, if I put the same regex in an interactive search in a regula...
by phil2search
Sat Jul 02, 2022 2:11 pm
Forum: Everything 1.5 Alpha
Topic: How to Ommit Appdata folder but include one folder inside Appdata?
Replies: 9
Views: 3242

Re: How to Ommit Appdata folder but include one folder inside Appdata?

Hello, sorry. I am still confused... If I understand the post above: using in files and folders regex:C:\\Users\\User1\\AppData\\(?!Local\\Lazy Nezumi Pro\\presets(\\|$)) should exclude all AppData except C:\Users\User1\AppData\Local\Lazy Nezumi Pro\presets So regex:C:\\ProgramData\\(?!Microsoft\Win...
by phil2search
Sun Jun 19, 2022 4:59 pm
Forum: Suggestions
Topic: find -exec equivalent for batch processing
Replies: 3
Views: 2354

Re: find -exec equivalent for batch processing

Hello, after looking into it, it kind of works: 1) with es.exe: I used an xargs windows replacement called wargs (MIT license, https://github.com/idigdoug/TextTools). e.g. to process the search results with 4 processes in parallel : es -double-quote ext:jpg roof_ | wargs -P 4 -I f jpegrecompress.bat...
by phil2search
Thu Jun 16, 2022 4:55 pm
Forum: Suggestions
Topic: find -exec equivalent for batch processing
Replies: 3
Views: 2354

Re: find -exec equivalent for batch processing

I'll look into it
Thank you!
Philippe
by phil2search
Wed Jun 15, 2022 5:28 pm
Forum: Suggestions
Topic: find -exec equivalent for batch processing
Replies: 3
Views: 2354

find -exec equivalent for batch processing

Hello, perhaps there is already a way to do it otherwise it could be a suggestion. I use regularly the find shell utility (on linux...) which is really useful for automation as it can be used interactively. In particular: find path -name "test*" -exec ... or find path -name "test*&quo...
by phil2search
Sun Jul 11, 2021 5:27 pm
Forum: Everything 1.5 Alpha
Topic: text/plain file types
Replies: 3
Views: 11552

Re: text/plain file types

Hello, just trying that. Very useful I think (at least for people like me putting pointers in their folders on how to find stuff). Suggestion for default extensions: .md (markdown) .awk .sci (awk and scilab programming languages). I added them in the .ini file and for some reason it does not seem to...
by phil2search
Tue Oct 29, 2019 12:27 pm
Forum: General
Topic: Using Everything for PC synchronization?
Replies: 40
Views: 11044

Re: Using Everything for PC synchronization?

Thanks for these pointers. I will look into them.
Yes a history is needed for deletion (it is also how it is implemented in the JFileSync tool I currently use).
Philippe
by phil2search
Sun Oct 27, 2019 6:01 pm
Forum: General
Topic: Using Everything for PC synchronization?
Replies: 40
Views: 11044

Using Everything for PC synchronization?

Hello, I use everything all the time and really appreciate it. I have desktop and a laptop that I synchronize morning and night (to get the files changed during the day or night). A few hundreds files are changed at most in a set of folders comprising about 200,000 files. Folders are on both machine...
by phil2search
Wed Mar 21, 2018 9:19 am
Forum: Support
Topic: Filter for path:<
Replies: 3
Views: 3768

Re: Filter for path:<

Thanks to both of you!
That is the info I was looking for! (didn't see it in the manual?)

"path:search:" works perfect.

Philippe
by phil2search
Tue Mar 20, 2018 9:13 pm
Forum: Support
Topic: Filter for path:<
Replies: 3
Views: 3768

Filter for path:<

hello, really appreciating everything here. ;-) I realized the the way my files are organize, I can find many of them with two keys. That can be done using: path:<key1 key2 (finding all files with key1 and key2 in the path: e.g. C:\lkj\klj_key2_lkj\lkj\test_key1_lkjl.test) So I am trying to define t...