Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
oneliner solution in Creative category for Sort by Extension by Dima_Shul_chevskij
sort_by_ext=lambda f:sorted(f,key=lambda x:(x[i:],x[:i])if(i:=(len(x)-1-x[::-1].index('.')))else('',x))
May 10, 2021