First of all, thank you for an amazing program! This is by far the most efficient, lightweight and able search app!
It would be very beneficial to be able to save Column layouts so changing between them e.g. image search info, video search info, app search info (incl. version number e.g.) and then be able to recall them like it's possible with bookmarks and filters.
Thank you again.
Ability to Save different Colum Layouts
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Ability to Save different Colum Layouts
(Different, but you could use multiple named Instances to approximate something like that.)
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Ability to Save different Colum Layouts
Thank you for your feedback.
Columns sets are on my TODO list.
Thank you for the suggestion.
For now, columns can be set from a bookmark with the /columns search command.
For example:
/columns
Columns sets are on my TODO list.
Thank you for the suggestion.
For now, columns can be set from a bookmark with the /columns search command.
For example:
Code: Select all
/columns [{"name":"Name","width":330},{"name":"Path","width":330},{"name":"Size","width":46},{"name":"Date Modified","width":99}]
/columns
-
orichardt
- Posts: 3
- Joined: Sun Oct 08, 2023 8:57 am
Re: Ability to Save different Colum Layouts
thank you for the reply, i will try out this workaround, glad the suggestion is on the to-do list 
-
winston
- Posts: 20
- Joined: Tue Apr 23, 2024 9:35 am
Re: Ability to Save different Colum Layouts
Is there any way of doing that from a macro? I know i can add columns from a macro, but then i cant control their widthvoid wrote: Tue Jun 24, 2025 11:54 pm Thank you for your feedback.
Columns sets are on my TODO list.
Thank you for the suggestion.
For now, columns can be set from a bookmark with the /columns search command.
For example:
Code: Select all
/columns [{"name":"Name","width":330},{"name":"Path","width":330},{"name":"Size","width":46},{"name":"Date Modified","width":99}]
/columns
Code: Select all
add-column:a a:=$size:Code: Select all
/columns [{"name":"Name","width":330},{"name":"Path","width":330},{"name":"Size","width":46},{"name":"Date Modified","width":99}]Another question, is there a way to make the bookmarks search terms hidden, like they are with filters?
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Ability to Save different Colum Layouts
It's currently not possible to set the column width from a normal search.
A search command to do this is on my TODO list.
A search command to do this is on my TODO list.
No.Another question, is there a way to make the bookmarks search terms hidden, like they are with filters?
-
Thy Grand Voidinesss
- Posts: 825
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Ability to Save different Colum Layouts
I concur
I too would like to see such feature. It is present in my file-manager FreeCommander and it is simply invaluable to be able to easily switch in it between various modes / views of works
Last edited by Thy Grand Voidinesss on Sat Oct 18, 2025 7:47 am, edited 3 times in total.
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Ability to Save different Colum Layouts
Everything 1.5.0.1400a adds the option to specify the column widths with adding columns from a search.
For example:
For example:
Code: Select all
add-columns:[{"name":"width","width":50},{"name":"height","width":50}]
-
winston
- Posts: 20
- Joined: Tue Apr 23, 2024 9:35 am
Re: Ability to Save different Colum Layouts
Excellent.void wrote: Thu Oct 09, 2025 5:13 am Everything 1.5.0.1400a adds the option to specify the column widths with adding columns from a search.
For example:Code: Select all
add-columns:[{"name":"width","width":50},{"name":"height","width":50}]
However, if i have a search filter that sets columns and their width, and i execute that with a macro, when i remove the macro, the column width change remains, any way around that? I'd like it to just revert to how it looked before.
For example, using a filter with this as search term:
Code: Select all
add-columns:[{"name":"Name","width":352},{"name":"Shortcut Target","width":628},{"name":"Date Run","width":107}]-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Ability to Save different Colum Layouts
I will consider making the widths temporary.
Thank you for the suggestion.
For now, setting the widths is permanent.
Thank you for the suggestion.
For now, setting the widths is permanent.