Integration of Everything [voidtools]

Discuss and share scripts and script files...
Post Reply
highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Integration of Everything [voidtools]

Post by highend »

Maybe I should add another option to define the codepage?
One of my scripts helped you out? Please donate via Paypal

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

Re: Integration of Everything [voidtools]

Post by Horst »

Yes, it looks like it may help some users.
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 »

@NBRU
Everything_v0.9.6.xys
(19.45 KiB) Downloaded 168 times
Run this once
Afterwards edit the belonging .ini file and change
Codepage=65001 to Codepage=0

Save the .ini file

Run the script again and tell me if your まとめ.xlsx query works...
One of my scripts helped you out? Please donate via Paypal

NBRU

Re: Integration of Everything [voidtools]

Post by NBRU »

Thank you,I tested multiple filenames,it works fine except for typed "まとめ" or "まとめ.",Horst's script is the same.
I also typed "2020まとめ" to search, and it works fine :?: ,but I usually typed "まとめ.x" to search.

NBRU

Re: Integration of Everything [voidtools]

Post by NBRU »

I tested abma's script:viewtopic.php?f=7&t=21480,
typed "まとめ." to search and it works fine,but the response time is a little slower.

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

Re: Integration of Everything [voidtools]

Post by highend »

That script does the same call to es.exe. The difference: His is saved as UTF-16 LE BOM

So open my version with e.g. notepad and save it again with "Encoding:" Unicode

Then do the search again...
One of my scripts helped you out? Please donate via Paypal

NBRU

Re: Integration of Everything [voidtools]

Post by NBRU »

I opened the TXT file of the paper folder,and the suffix of some files changed.
Attachments
9999.jpg
9999.jpg (6.19 KiB) Viewed 4313 times

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

Re: Integration of Everything [voidtools]

Post by highend »

Interesting. Sorry, doesn't happen here and I can't debug that on your system.

Just use abma's version then
One of my scripts helped you out? Please donate via Paypal

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

Re: Integration of Everything [voidtools]

Post by Horst »

highend wrote: 17 Aug 2021 15:50 Just as a proof of concept...

Download the attachment
Change the extension to .ahk
Adapt the getCols := "2,1" assignment (my second column is Path, the first one Name -> path column number must be the first!)
Compile it
Run it when you have content in your Everything window and want to create the paperfolder...

Create XYplorer paperfolder from Everything content.xys
Do you have a version of this script which doesn't talk to XY but directly writes the results into a text file.
This would be very helpfull for general usage of Everything with other tools.
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 »

That's just a few simple changes...

Rename to .ahk^^
XYplorer - Export Everything window to txt.xys
(3.52 KiB) Downloaded 132 times
One of my scripts helped you out? Please donate via Paypal

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

Re: Integration of Everything [voidtools]

Post by Horst »

You are the hero :D
Works perfect.
I have added a contribution to your PayPal account.
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 »

Thanks :tup:
One of my scripts helped you out? Please donate via Paypal

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

Re: Integration of Everything [voidtools]

Post by Horst »

Based on Highend's AHK script we have developed an advanced version of it.
Its adopted for Total Commander and I also have one for Free Commander.
ExportEverythingWindow.zip
(2.24 KiB) Downloaded 150 times
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

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

Re: Integration of Everything [voidtools]

Post by WirlyWirly »

The PortableApps platform has recently added Everything to their software list: EverythingPortable

I updated the path in the .ini of this script and changed the file from "es.exe" to "EverythingPortable.exe" in the .xys

However, I cant seem to get it to work. I think it might be because the portable version requires admin rights before running, which interferes with the script. That or there may be more script lines that need modifying, but I couldn't figure it out.

Any tips on how I can get this script to work with the PortableApps distribution of Everything?

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

Re: Integration of Everything [voidtools]

Post by Horst »

A portable version of Everything has nothing to do with es.exe.
es.exe command line tool is portable for itself and needs a running everything.
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