Command line option "-focus-xxx-result" doesn't work

Found a bug in "Everything"? report it here
Post Reply
JunYong
Posts: 2
Joined: Fri May 15, 2020 2:57 pm

Command line option "-focus-xxx-result" doesn't work

Post by JunYong »

I was trying focusing the bottom result after search, with command line option "-focus-bottom-result", it didn't work and focusd on the top one instead.
Then I try other "-focus" options, such as "-focus-last-run-result", "-focus-most-run-result" and it still select the top result.

Here is my enviroment info:
OS: Win10 pro 1809
Everything: V1.4.1.935 (x64)

And my serach code is like:

Code: Select all

C:\Software\Everything>Everything.exe -focus-bottom-result -s "golang"
Actually, I found someone in this forum also have the situation but he didn't get a reply. Are there some wrong operations when we using command line options?
Attachments
same question.png
same question.png (42.42 KiB) Viewed 5581 times
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command line option "-focus-xxx-result" doesn't work

Post by void »

Thank you for the bug report.
Sorry I missed the original report.

Everything was only processing the -focus-xxx-result when there was an instance already running.

Could you please the latest nightly for a fix.
Build 983 or later will apply the -focus-xxx-result command after the db is loaded, even if there was no Everything instance already running.

Result manipulation command line options:
https://www.voidtools.com/support/every ... s/#results
JunYong
Posts: 2
Joined: Fri May 15, 2020 2:57 pm

Re: Command line option "-focus-xxx-result" doesn't work

Post by JunYong »

what a quick fix!
And it works perfectly. Thanks for your greeeeat work:-)
Post Reply