Search found 11 matches

by fantasynew
Tue May 31, 2022 6:57 am
Forum: Everything 1.5 Alpha
Topic: how to get file path
Replies: 15
Views: 5596

Re: how to get file path

raccoon wrote: Tue May 31, 2022 2:42 am What if you just use Everything to execute a batch file (or any custom script or software) with the selected items, allowing Windows to pass the path-and-filenames to your script. Then you just handle them as parameters. %1
Not only script but also has another parameters
by fantasynew
Tue May 31, 2022 1:01 am
Forum: Everything 1.5 Alpha
Topic: how to get file path
Replies: 15
Views: 5596

Re: how to get file path

Thank you for reply! 20220531084632.png As you say,I can get the path by WM_GETTEXT,but only one selected file path can be shown in the title. I know this syslistview32 can be read by message,but it is not so clever. The similar way to do this is call the context_menu and copy to clipboard. ……………………...
by fantasynew
Mon May 30, 2022 3:59 pm
Forum: Everything 1.5 Alpha
Topic: Feature Request:Double clicking on a folder to navigate to that folder
Replies: 14
Views: 3551

Re: Feature Request:Double clicking on a folder to navigate to that folder

In the latest Everything 1.5 alpha there is a right click -> 'Explore in Everything' option that does this. The 'Explore in Everything' context menu item is only shown when the folder sidebar is shown. To open folders in Everything instead of Explorer: In Everything, from the Tools menu, click Opti...
by fantasynew
Mon May 30, 2022 2:39 pm
Forum: Everything 1.5 Alpha
Topic: Feature Request:Double clicking on a folder to navigate to that folder
Replies: 14
Views: 3551

Re: Feature Request:Double clicking on a folder to navigate to that folder

I hope that I can use backward/forward to navigate folders,not only search history
by fantasynew
Mon May 30, 2022 2:24 pm
Forum: Everything 1.5 Alpha
Topic: how to get file path
Replies: 15
Views: 5596

how to get file path

I want to develop a add-in about everything.
How to get the selected file path in everything?
by fantasynew
Sat May 14, 2022 1:06 am
Forum: Everything 1.5 Alpha
Topic: command-line problem
Replies: 4
Views: 5716

Re: command-line problem

Thank!
It work well.

Code: Select all

Name = a
Search = "c:\some folder\"  tag:
Macro = a<>
A little problem,if set "tag:query:" ,press hotkey will type "tag:query" in everything.
The correct way is that type"tag:" without "query"
by fantasynew
Fri May 13, 2022 12:23 pm
Forum: Everything 1.5 Alpha
Topic: command-line problem
Replies: 4
Views: 5716

command-line problem

I saved a search function "tag:" as a bookmark,the name of bookmark is "a"
I typed "everything.exe -bookmark a" in command-line,the code "tag:" be typed in everything.
How to input "tag:keyword" in everything by command-line?
Thanks
by fantasynew
Wed May 11, 2022 1:49 pm
Forum: Everything 1.5 Alpha
Topic: advice about ADS
Replies: 6
Views: 2467

Re: advice about ADS

Thank you for your reply!
It works very much to do it in this way.
by fantasynew
Wed May 11, 2022 12:56 pm
Forum: Everything 1.5 Alpha
Topic: advice about ADS
Replies: 6
Views: 2467

Re: advice about ADS

Thanks,I retry it and press F5 to refresh cache,it working well. When I first time use "alternate_data_stream_ansi:" to search files, it take some minutes to finish. Keep everything running,use eveything built-in ADS function will be fast then first time. I guess that everything only index...
by fantasynew
Wed May 11, 2022 12:18 pm
Forum: Everything 1.5 Alpha
Topic: advice about ADS
Replies: 6
Views: 2467

Re: advice about ADS

Thank you for your reply!
I try to do with the anwser,but there is something wrong.
20220511200910.png
20220511200910.png (3 KiB) Viewed 2447 times
The ADS can't show in the custom column.
And I can't find files by "custom-property-0:"
by fantasynew
Wed May 11, 2022 10:55 am
Forum: Everything 1.5 Alpha
Topic: advice about ADS
Replies: 6
Views: 2467

advice about ADS

Hello, my English is not good.If the following words are not smooth enough, please understand. 1、Some column name of everything is too long to read,I hope it can me renamed by myself. 2、I writed ADS like "filename:streammemo","filename:streamtag"、etc. I can find them in column &q...