Open directory in new tab without duplicate?

Fantastic.

That's what I need.

Much obliged.

What if I want it to be Go OPENINDUAL but open in a new tab if the folder isn't open?

You can use OPENINDUAL and NEWTAB=findexisting together.

Thank you!
For the following screenshot, for example, I'm trying to open the download folder at the top, but instead of opening it at the top, it redirects to the already open download folder at the bottom. Note: I clicked on the empty space at the top before trying to open the download folder to try to open it at the top.

fix: Go NEWTAB=findexisting, NEWTAB

That command doesn’t make sense. You have the same argument twice, and it’s missing the OPENINDUAL you said you wanted.

Go NEWTAB=findexisting OPENINDUAL is the command for what you asked for.

The code you provided is not working as expected.
For example, in the bottom view, the download folder is open, but in the top view, there is no open download tab. So, when I click on the top view to select the current view, and after opening the download folder, instead of opening a new folder in the top view, I am redirected to the already open download folder in the bottom view.

The condition to redirect to the existing tab should only work when there is already an open tab in the selected view, whether it's the top or bottom view.

Go NEWTAB=findexisting will do that I think.

It works, thanks Jon and Leo!