Search found 10 matches

by nspp
Thu Mar 03, 2022 9:06 am
Forum: General
Topic: support for fuzzy logic search ?
Replies: 13
Views: 21891

Re: support for fuzzy logic search ?

The sample you give is not the most relevant when searching files with aproximate memory or not native language names or when doing typos i.e search for Zpider instead of Spider Skizzy instead of Squeezy also when you mispell a word inverting some letters like Mna instead of man using just list of s...
by nspp
Wed Oct 13, 2021 10:26 am
Forum: Suggestions
Topic: -export-filelist command line switch
Replies: 7
Views: 7624

Re: -export-filelist command line switch

This is why this is a suggestion.

using :curent_ui_result: from EV or TC would be great or at least something you can expose via API in plugin SDK (some progress ?)

Reading UI element is something i would like to avoid, it is to me very ugly solution !
by nspp
Wed Oct 13, 2021 9:22 am
Forum: Suggestions
Topic: -export-filelist command line switch
Replies: 7
Views: 7624

Re: -export-filelist command line switch

I already use "es" to do one shot "search" and exports. The issue is to get current result from the UI and not do any search anymore. When i use the UI do do a more dynamic search and i would like to call from outside (command line) or inside with plugin sdk to export current res...
by nspp
Wed Oct 13, 2021 4:55 am
Forum: Suggestions
Topic: -export-filelist command line switch
Replies: 7
Views: 7624

-export-filelist command line switch

HI,

I was trying to export current file list from the command line but i did not found any way to get the current result being exported from command line.
I do it with export and efu selection but i would like a command line switch to get the current result exported from current UI instance.

B.R.
by nspp
Tue Oct 12, 2021 1:11 pm
Forum: Suggestions
Topic: Add trailing backslash to name for folders
Replies: 36
Views: 60267

Re: Add traling backslash to name for folders

I have to agree that everything search Ui is more fun than TC or command line EV to add criteria during search. What i do most of the time is to use Loadlist to keep a search result and then navigate to files or folder using ^-> or ^<- I have TC entries in system context menu to jump to file in TC S...
by nspp
Tue Oct 12, 2021 6:31 am
Forum: Suggestions
Topic: Add trailing backslash to name for folders
Replies: 36
Views: 60267

Re: Add traling backslash to name for folders

Why not asking for real solution from Everything i.e A) export filelist with backslash to a default file location with hotkey ? B) dedicated search keyword to get from TC last result from the Ev GUI C) scripting API with macro support ... File type is known if you add the type column on EV gui ! Wit...
by nspp
Wed Nov 04, 2020 12:58 pm
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 497402

Re: ES 1.1 Command Line Tool for Everything 1.4.1

ES-1.1.0.19.zip Added -instance support to -inc-run-count/-set-run-count/-get-run-count . I have made a try with version 1.1.0.19 ant it seams that single [ctrl]+C signal is not effective and does not stop the process immediately. Could it be possible to not list all folder if no parameter are prov...
by nspp
Wed Oct 28, 2020 9:09 am
Forum: Bug report
Topic: [Closed] es.exe and exe: filter
Replies: 5
Views: 11192

Closed : es.exe and exe: filter

NotNull wrote: Tue Oct 27, 2020 11:27 pm Maybe this helps a little in understanding why there is a difference between them.
Many thanks this is helping me a lot understanding default Filter.csv file and how exe,pic,video,audio,compressed are just a shortcut around ext:
I will add switches in my modified SD.cmd to append the ext:.....
by nspp
Tue Oct 27, 2020 11:08 am
Forum: Bug report
Topic: [Closed] es.exe and exe: filter
Replies: 5
Views: 11192

Re: es.exe and exe: filter

Thanks for the explanation.
I never defined custom filter nor custom macro. I was just hopping exe:, video:, audio: standard macro would work as folder:.

Many thanks for your work !
by nspp
Tue Oct 27, 2020 9:28 am
Forum: Bug report
Topic: [Closed] es.exe and exe: filter
Replies: 5
Views: 11192

[Closed] es.exe and exe: filter

I use es.exe from batch files (SD like) to find files, folder, ... (latest es.exe ES-1.1.0.18 and everything Version 1.4.1.996 (x64) ) I can use with success this command es.exe -n 50 -%1 ext:%PATHEXT.=% but the following does not return any file ! es -n 50 %1 exe: Same request in Everything UI retu...