Integration of Everything [voidtools]

Discuss and share scripts and script files...
chumbo
Posts: 243
Joined: 04 Jan 2015 15:20

Re: Integration of Everything [voidtools]

Post by chumbo »

Horst wrote: 23 Feb 2022 13:59 Everything inside of XY folder is a bad idea.
Its not only the exe file but also many config files (ini and csv).
They are clearly don't belong to XY and it has no benefit to mix this files into the XY folder.
Oh? Well, I obviously see a benefit or I wouldn't be asking but if it's a bad idea and could mess something up, I'll of course avoid it.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Integration of Everything [voidtools]

Post by highend »

He meant: Directly inside XY's root folder, not as a subfolder of it...
One of my scripts helped you out? Please donate via Paypal

chumbo
Posts: 243
Joined: 04 Jan 2015 15:20

Re: Integration of Everything [voidtools]

Post by chumbo »

highend wrote: 23 Feb 2022 14:30 He meant: Directly inside XY's root folder, not as a subfolder of it...
Ah ok...makes more sense because I couldn't figure out why it would be ill-advised.

Nobody
Posts: 1
Joined: 08 Mar 2022 08:09

Re: Integration of Everything [voidtools]

Post by Nobody »

Thanks for the script. Would you happen to know how to display "Run Count" column?

The search syntax works [runcount:>1] -- but the run count isn't displayed anywhere since that is an Everything feature rather than XYplorer feature.

I tried "RunCount", but no luck.

Code: Select all

; The columns that the paper folder will show
; Default: Name,Path,Size,Modified,Created
ColumnLayout=Name,RunCount

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Integration of Everything [voidtools]

Post by highend »

Open Everything, add the column. Done. This script calls es.exe the command line utility, it doesn't change the Everything gui
One of my scripts helped you out? Please donate via Paypal

Online
Horst
Posts: 1085
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Integration of Everything [voidtools]

Post by Horst »

As Highend said but you should not left out the path column.
What should XY do in a Paper folder with only name and run count
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Integration of Everything [voidtools]

Post by highend »

He would want to show the runcount in a (custom) column in XY? That's not possible, the paperfolder that is used to show the results can't handle that
One of my scripts helped you out? Please donate via Paypal

star
Posts: 30
Joined: 11 Mar 2022 08:18

Re: Integration of Everything [voidtools]

Post by star »

Good script, one of the great plug-ins for XY browser

rjkantor
Posts: 5
Joined: 11 May 2013 15:42

Re: Integration of Everything [voidtools]

Post by rjkantor »

When I execute the 0.96 version of everything in XYPlorer get the scripting debug message

Dubious Syntax: #ResolveJunctionsAll
2022-03-11_13-24-56.png
2022-03-11_13-24-56.png (5.06 KiB) Viewed 5158 times
How do I resolve this?

Robb

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Integration of Everything [voidtools]

Post by highend »

When I execute the 0.96 version of everything in XYPlorer
Wrong thread, my versions don't contain the line you've quoted...

Apart from that, put that part into single or double quotes^^
One of my scripts helped you out? Please donate via Paypal

Online
Horst
Posts: 1085
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Integration of Everything [voidtools]

Post by Horst »

highend wrote: 11 Mar 2022 19:43
When I execute the 0.96 version of everything in XYPlorer
Wrong thread, my versions don't contain the line you're referencing...

Apart from that, put that part into single or double quotes^^
For me the version v0.9.6 contains the line

Code: Select all

    $curPath = (<curpath> LikeI "*paper:*") ? "*" : property("#ResolveJunctionsAll", <curpath>);
Its works fine here with syntax checking enabled.
v0.9.6 was the version with Codepage changing and is not available in the first post.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69

rjkantor
Posts: 5
Joined: 11 May 2013 15:42

Re: Integration of Everything [voidtools]

Post by rjkantor »

Thanks for the replies, I ended up going back to the 0.9.5 release.

Robb

WirlyWirly
Posts: 195
Joined: 21 Oct 2020 23:33
Location: Through the Looking-Glass

Re: Integration of Everything [voidtools]

Post by WirlyWirly »

I'm curious if there is a way to create an "Indexed List" with all the files/folders indexed by Everything, and then reference that list when there is no active instance of Everything. When there is an active instance you can update the list.

I find that I'm usually searching for old files that have already been indexed, so this seems like it'd make XY more independent from Everything and would make it so Everything wouldn't always need to be running.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Integration of Everything [voidtools]

Post by highend »

Sure, write a simple script for it.

Export everything via es.exe, present an input requester for your search.
Regex escape that input and use a regexmatches on the exported index
Open it in a paperfolder...
One of my scripts helped you out? Please donate via Paypal

Online
Horst
Posts: 1085
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Integration of Everything [voidtools]

Post by Horst »

You can store the Everything Paper folder under other names having serveral index versions.
But I don't see any reason to not have Everything running in the background.
Its one of its biggest features always having an actcual index
and it doesn't use to many resources in the background.
I even never use any file managers native search features (XYplorer, Total Commander and Free Commander).
My primary search is the Everything GUI and the Autohotkey script here in the forum
to create a Paper folder from the results if needed.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69

Post Reply