mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #498] can dust list the root folder at the top of result #218
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 @wieniawski-lai on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/498
dust lists the sub-dirs and files like trees, and the root folder is listed at the end of the result by default, like this
Is it able to change inverse the result, which list the root directory at the top?
thx.
@wieniawski-lai commented on GitHub (Jun 4, 2025):
I have found the resolution, which is
dust -r.thx.
but this option can be set into
tomlfile as the default setting?@wieniawski-lai commented on GitHub (Jun 4, 2025):
I have found the resolution
thx, this topic can be closed.