Directory Opus supports multiple tabs in each file display of a Lister, which means you can have multiple folders open at the same time, and rapidly switch between them to compare the contents, copy or move files from one to the other, or simply to provide quick access to multiple locations.
In the above screenshot, two tabs are open - the visible tab shows the Saved pictures folder and the non-visible tab (if you were to switch to it) shows the Pictures library.
To switch between tabs, simply click on the tab you want to become active. Using the keyboard, you can press Ctrl+← and Ctrl+→ to move from one tab to the next. You can also use the tab switcher by pressing Ctrl+Tab.
Folder tabs are enabled by default - even if only one tab is actually open, the tab bar will be displayed at the bottom of the file display (or in a dual-display Lister, at the bottom of each file display). There are a number of options in the Folder Tabs Preferences category that let you control the folder tabs system. For example, you can configure it so that the tab bar is only displayed when there is more than one tab open, or display the tabs vertically on the left or right of the file display.
There are a number of ways to open a new tab.
You can configure these from the Folder Tabs / Folder Tab Bar Preferences page (e.g. you can turn off the + button, or change which folder opens by default).
The Alt double-click behavior is configured via the File Types system.
Tabs can be colored individually, to make them easier to identify. If you right-click on a folder tab you can select the Set Tab Color command from the context menu, which lets you change the color.
Folder Tab Groups are sets of predefined tabs (folders) that can be opened in one operation. For example, you might have a set of work folders for a particular project that you always need quick access to. You could define a tab group that opens all the folders in folder tabs, and then when you're ready to work on that project, you only need to select the group in order to open all those folders at once.
Tab groups preserve colors and names you've assigned to your individual tabs.
You can create and manage your tab groups from the Folder Tabs / Groups Preferences page.
The Folder / Folder Tabs menu in the default toolbars contains a number of commands used to control tabs:
You can manipulate a folder tab with the mouse in the following ways:
Right-click a folder tab to see its context menu. Note that the commands in the menu can vary depending on whether you're in single or dual-display mode. The menu can also be edited via the Customize system.
When selecting a group from this menu you can hold down either the Shift or the Ctrl keys to override the tab group's Close existing Folder Tabs setting; Shift means existing tabs will not be closed, Ctrl means they will.
When you customise a tab's label (by renaming it), you can use several special "tokens" to insert information in the tab label:
%P | full path of the current folder |
%N | name of the current folder |
%R | drive root of the current folder |
%% | insert a literal % character |
%! | hide empty blocks within %!...%! (see below) |
The %! code is special in that it should be used in pairs around the things you want to hide. They will be hidden if all tokens within the block expand to empty values.
Consider %!(%R) %!%N, for example. If %R expands to nothing and %P expands to My Folder then you will get just My Folder instead of "() My Folder".
If you need something even more custom or dynamic, the labels for individual tabs can also be overridden via commands and scripts.