Ubuntu – Sort files by extension in file explorer

file sortingfilemanager

I'm using Ubuntu 20.04 LTS and I want to sort files in a file explorer by their extension. I found the possibility of using nemo and sort the files by the Detailed Type but this doesn't really work satisfactorily. I have e.g. some files from MATLAB with the ending .m but some are marked correctly marked as MATLAB file but some are marked as Objective-C source code but they are also plain MATLAB code. Is there any way to sort the files (and folders) reliably by their extension? I'm not tied to any file explorer so any recommendation is very welcome. The two most important features which must be supported are

  1. Sorting the files by their extension (highest priority)
  2. Showing the whole address in the address line (rather than only those 'blocks' starting at the home directory)

Best Answer

It sounds like you need to meet to DoubleCommander

It have:

  • Sorting the files by their extension (highest priority)
  • Showing the whole address in the address line (rather than only those 'blocks' starting at the home directory)

Sorted by files and whole address in the bar

Alternatively you can display the name with the extension and the extension column

Name column options

Also you can change the fonts in the config

Font options

You can add a hot key to edit the path or, from the first row, press F2.

Path line options Pressing F2

Related Question