sreedevk / deduplicator

Filter, Sort & Delete Duplicate Files Recursively
MIT License
264 stars 15 forks source link

Sort table results by ascending file size #27

Closed beeb closed 1 year ago

beeb commented 1 year ago

This change makes the result table sorted by ascending size, allowing the user to immediately see the largest file at the bottom of the (potentially large) output.

beeb commented 1 year ago

As a future improvement, one could maybe sort the results by descending file size in interactive mode

beeb commented 1 year ago

generally do you want me to base my branches on development or main when making these PRs?

beeb commented 1 year ago

As a future improvement, one could maybe sort the results by descending file size in interactive mode

I just squeezed in this feature too

sreedevk commented 1 year ago

So to make it easier for me to test before merging to main, I added the development branch. The version releases will be whatever the state of the development branch is at that point.

So you can raise all your PRs against development going forward and I'll merge it to main when I'm about to create a release.