Show all files in a folder and subfolders (recursively)

Any wishes
Post Reply
vstrale
Posts: 1
Joined: Sat Nov 26, 2022 12:56 am

Show all files in a folder and subfolders (recursively)

Post by vstrale » Sat Nov 26, 2022 1:19 am

Hi!

I wonder if it would be possible to have the option to see in a panel all files within a folder, including all subfolders?

The list of files could be a result of a simple shell command:

Code: Select all

find .
or maybe

Code: Select all

find . -type f
though probably only file names would be displayed (without a path), so sorting files by name could be used intuitively.

As a previous user of Total Commander, I frequently miss the Ctrl+b shortcut for such view. It is very convenient for quick inspection of all files within a folder, especially when combined with Preview in another panel.

Related to that use case: is it possible to force text view in the Preview panel, as it is possible in the file viewer? Or maybe file viewer is not using Quick Look component?

Thanks!
Strahinja

Post Reply