Page 1 of 1
Workspace switching
Posted: 2025-06-14, 10:52 UTC
by silversword
Has anyone played with Fileside?
I really like the idea of having a project/remember layout I can quickly switch between.
Right now I have lots of tabs on the left and right that are tabs used for different projects:
- Organizing audiobooks
- Organizing movies
- Organizing TV
- Working with FTP servers
- File space cleanup
etc.
It'd be great to be able to switch between each project mode that would easily remember sets of tabs left/right instead of either having tons of tabs everywhere, or having to manually create/load bookmarked paths every single time. Don't tell me something like this already exists

Re: Workspace switching
Posted: 2025-06-14, 11:46 UTC
by Dalai
Tabs can be saved via context menu on the tabs themselves. This can also be done for both sides. The same way can be used to restore them. Restoring and saving tabs is also possible via the OPENTABS, OPENTABSL and OPENTABSR or the SAVETABS* commands, respectively. I suggest to use TC's command browser (cm_CommandBrowser) to see the available commands.
Re: Workspace switching
Posted: 2025-06-14, 14:19 UTC
by petermad
2
silversword
As
Dalai points out - you can save and open tab sets with the OPENTABS and the SAVETABS commands.
I my Extended Menus I have made it reachable via the menu: See:
https://tcmd.madsenworld.dk/foldertabmenu.png
Re: Workspace switching
Posted: 2025-06-15, 02:40 UTC
by nsp
You can use custom view mode to automatically load tabs, unfortunately we do not have any automatic command when leaving a custom view nor any easy way to know without some scripting current view mode.
If you can handle the savetab part you can do it !
Another way is to have one wincmd ini by environment you just have to use the redirect to share common parts. Restart TC when switching topic.
I personally use Custom View Mode and directory menu and several sub-menu to have folder shortcut by topic.
Re: Workspace switching
Posted: 2025-06-15, 15:49 UTC
by petermad
unfortunately we do not have any automatic command when leaving a custom view
Well we can use *|cm_command in the in the View Modes "Auto-run commands:" field - it will execute cm_command when you leave the directory. Multiple cm_commands can be chained, separated by commas.
Re: Workspace switching
Posted: 2025-06-15, 16:59 UTC
by Horst.Epp
In addition, what petermad said,
we have the <default> view
which controls the settings when any auto-view is terminated.
Re: Workspace switching
Posted: 2025-06-16, 08:03 UTC
by jbcb
Very good idea. A simple and quick way to save and reuse set tabs would help me a lot.
Re: Workspace switching
Posted: 2025-06-16, 13:33 UTC
by silversword
Thanks for the info, time to play!