flask-fileexplorer icon indicating copy to clipboard operation
flask-fileexplorer copied to clipboard

Ordering files by name

Open tensorturtle opened this issue 2 years ago • 1 comments

Hello @reallyrehan First of all, thanks for creating this. I noticed that the files listed under a given directory are not ordered by name or date. Could you point me to where I might be able to add a sorting function?

Thank you Jason

tensorturtle avatar Oct 12 '22 01:10 tensorturtle

Hey @tensorturtle ,

Thank you - sure that would be a welcome addition, you can have a look at this function,

https://github.com/reallyrehan/flask-fileexplorer/blob/0e03c67af20e67f55888cad476fa6709166cbcbd/setup.py#L189

reallyrehan avatar Oct 16 '22 20:10 reallyrehan

Added functionality for this today in PR#20!

reallyrehan avatar Nov 29 '23 00:11 reallyrehan