huettenhain / frc

A FAR Manager Plugin for Integration with Everything File Search
12 stars 1 forks source link

Behavior of Open Path in case of using FRC #2

Closed joye-ramone closed 3 years ago

joye-ramone commented 4 years ago

Greeting,

As of now, when I use FRC with Everything search tool, both commands (Open Path and Open (Folders)) will work the same way for folder type of elements - open it.

But it would be nice if FRC provide a separate command to always Open Path of element no matter it is type - for file just open it parent folder and put selection on it and same for folder - open it parent folder and put selection on it. Actually, for files it is already working like this.

Examples:

  1. file c:\folder\file.txt Open Path - open folder c:\folder and put selection at file.txt - that already work as expected

  2. folder c:\folder\folder123 - that is what I am looking at Open Path - open folder c:\folder\ and put selection at folder123 - that is what I am looking for. And Open (Folders) - just open target folder c:\folder\folder123 - as it works right now.

huettenhain commented 3 years ago

Hey there and sorry for the delay! I see what you are saying, you want one option for it to behave just like goto: in FAR, which will also behave exactly like what you describe. That is no problem to do, I will get on it as soon as possible.

huettenhain commented 3 years ago

This is implemented in 654e044cda0d5e4f4615a6e15a0569dedb3ed441 and available in the newly released version 2.2. It works like this:

joye-ramone commented 3 years ago

Perfect! Thank you once again for this nice idea of this plugin.