Automatic display of tabs in selected folder

Is there a way to automatically display all folders in tabs when opening a folder?

Could you give more detail? Maybe an example would make it clear.

Thank you Leo for your quick response... When selecting a folder, is it possible to display all of its contents in tab form
example main folder (on click) and display of all subfolders in tab form

Do you mean open a new tab for every sub-folder?

Oui Jon :slight_smile:

This button will do this.

@nodeselect
Select PATTERN=* TYPE=dirs DESELECTNOMATCH
Go FROMSEL NEWTAB=nofocus

Maybe adding a hotkey is already enough automation? If not, a script would be needed. This one should work:

Script For Running Various Commands When Entering Specific Paths

1 Like

Thank you LXP
it works very well, but if I choose another folder all the remaining tabs I would like the tabs to "cancel" when choosing a new folder :slight_smile:

Wouldn't using the folder tree be easier here, if the aim is to be able to see a list of sub-folders and switch between them?

yes I agree with you Leo but I prefer to navigate with the tabs than the tree structure :slight_smile:

You could use Lxp’s command and add a line to close all other tabs before opening the new tabs:

Go TABCLOSEALL

Thank you Leo :+1: :+1: