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
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
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
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
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