Page 9 of 12

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 23 Aug 2014 03:36
by yusef88
http://www.voidtools.com/forum/viewtopic.php?f=2&t=1323
an addon for Firefox can passing search to everything,any chance to get it works with your script

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 23 Aug 2014 11:21
by Marco
This is the command line that should be entered in the .bat file:

Code: Select all

C:\path\XYplorer.exe /script="::global $query = ""%1""; load ""Everything in XYplorer"";" /flg=2
No time to test tho.

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 23 Aug 2014 23:22
by yusef88
Doesn't work..thanks

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 31 Jan 2015 10:50
by yusef88

Code: Select all

 $path = "<xydata>\";		//"<xypath>\..\Everything\"
 $paper = "Everything";		//"Everything"
 $mode = "Smart";				//"Smart"
 $ipc = FALSE;					//FALSE
 $loc_aware = TRUE;				//TRUE
 $diacritics = FALSE;				//TRUE
 $unicode = TRUE;				//FALSE
why if i search root of drive it doesn't recognize the path correctly
===========================
small help please;

Code: Select all

"Everything-Sound"run "cmd /k ""chcp 65001 & <xydata>\es -s ext:;mp3 > <xypaper>\Everything-sound.txt &exit""", , 1;Tab("new", "paper:Everything-Sound");
why the output file in xyplorer doesn't show Arabic nor others Asian characters right , i know about chcp 1256 but it will show arabic files only

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 31 Jan 2015 11:12
by Marco
I'll check that later today.

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 31 Jan 2015 17:47
by Marco
Ok, the first bug is an XY bug,

Code: Select all

text property(#ResolveJunctions, "<curpath>");
and

Code: Select all

text property(#ResolveJunctionsAll, "<curpath>");
give

Code: Select all

C:C:
instead of just

Code: Select all

C:
for roots.

The second "bug" happens because you're writing an UTF-8 file without a BOM. That's what the whole script is, basically, for.

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 31 Jan 2015 19:09
by yusef88
very thanks Marco; you have explained everything in your script,now I can make letters appears correctly

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 31 Jan 2015 19:53
by admin
Thanks, fix coming...

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 15 Feb 2017 08:52
by admin
Two years without feedback. :eh: Has it been forgotten? Or does it work so well that no more words are necessary? Who is using this script?

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 16 Feb 2017 08:46
by Marco
I use it, every now and then :mrgreen:

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 16 Feb 2017 12:50
by admin
Well, at least the thread is now back at the top of the list. :)

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 11 Mar 2017 23:17
by FluxTorpedoe
Well, I use it… once in a while too.

Like in… all the time! 8)
(a sligthly further improved version)
And well… TBH, I don’t use the regular ? anymore.

Nothing beats typing
   @? search
in the address bar, to get instant system-wide results displayed straight in the next tab… :twisted:

—that is, until XYplorer v21.2 which includes your own coded indexed search. :mrgreen:

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 13 Mar 2017 13:45
by mu-sick
It's a great script which I have never succeed in making it work properly :) I think it's because I am using two languages (English and Greek) and I have files that have both English and Greek letters. Any help though would be greatly appreciated...

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 14 Mar 2017 14:43
by lian00
I use the script but Everything is much slower than Ultrasearch so, then I have to get a file quickly I prefer to launch Ultrasearch. https://www.jam-software.com/ultrasearch/

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Posted: 14 Mar 2017 15:20
by Jerry
lian00 wrote:I use the script but Everything is much slower than Ultrasearch/
You must be referring to regular expression searches, otherwise this statement is absurd. The basic Everything search is instantaneous.