The part you want to Enhancement
the file_panel_extra_columns option in the config file is so useful but we cannot specify which column we want to show
- 0 => Extra columns feature is disabled
- 1 => Also show size column
- 2 => Also show modify date
- 3 => Also show permission column
Instead, it think it should take a list:
- [ ] => Extra columns feature is disabled
- [1] => show size column
- [1,2] => show size & modify date columns
- [1,3] => show size & permission columns
⋮
Why it is necessary to enhancement
it gives more flexibility to customise the preview
Additional context
i think also if there should be a shortcut to enable/disable the column feature this also comes in handy when working with multiple open tabs or the filename is long and it is being cut off by the other columns
The part you want to Enhancement
the
file_panel_extra_columnsoption in the config file is so useful but we cannot specify which column we want to showInstead, it think it should take a list:
⋮
Why it is necessary to enhancement
it gives more flexibility to customise the preview
Additional context
i think also if there should be a shortcut to enable/disable the column feature this also comes in handy when working with multiple open tabs or the filename is long and it is being cut off by the other columns