mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #385] Dust tree by age #170
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 @bootandy on GitHub (Apr 5, 2024).
Original GitHub issue: https://github.com/bootandy/dust/issues/385
Instead of showing file size. Show the time of the most recently updated file in the subdirectory.
Also a flag for oldest
Normally stat will show the time the directory was last touched - this version will show the max/min time of it and all it's contents.
@wugeer commented on GitHub (Jul 11, 2024):
Hello, is the following output OK? I will submit a PR if I can
@bootandy commented on GitHub (Jul 17, 2024):
Yeah, that works - do you think we should have '-' between the year-month-day columns to make it more readable (trading losing somre screen real estate)
@wugeer commented on GitHub (Jul 22, 2024):
Yeah, originally I think the readability isn't significantly affected by the presence or absence of the hyphen, but it saves screen space, so I removed it in the initial version.
I have resubmitted the code, and the performance test screenshots have also been submitted. Please check if there are any issues and if more performance test examples are needed.