mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #329] Display files in folders with filename order. #147
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pcroland on GitHub (Jul 2, 2023).
Original GitHub issue: https://github.com/bootandy/dust/issues/329
I noticed that dust doesn't display filenames based on filename order but it uses file sizes. I couldn't find any options in
-h. Is there any way to disable sorting based on file size?@bootandy commented on GitHub (Jul 13, 2023):
No, it's meant to display by size always. I don't want to add any other ordering as the goal of this project was to always sort by size.
thanks.