Sort files by extension in file explorer

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


I'm happily using Krusader for some time now. It should be able to do what you want, certainly allows sorting by extension.

enter image description here


You mean like this? The blocks you mentioned are called "breadcrumbs" (I don't know why) but you can get rid of it by clicking on the button I encircled in red in the picture below, to the left of the word "Location".

enter image description here


On the command line it could be done with

ls --sort=extention

or

ls -1 --sort=extension