rsheasby / neotama

Super fast spider for HTTP Directory Listings
GNU General Public License v3.0
2 stars 1 forks source link

Add options to chose sorting mode #13

Closed rsheasby closed 5 years ago

rsheasby commented 5 years ago

Add three command line flags. One to chose which data set to sort by (name, time, size, description) One to chose between ascending and descending One to enable file first or directory first output. Mandatory if sorting by size.

rsheasby commented 5 years ago

On further thought, I have absolutely no use-case for this. Will only add ability to disable sorting but not other options. If somebody needs this feature, then the issue can be reopened and implemented.