mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #205] Feature request: Option for auto-update #94
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 @bronvic on GitHub (Jan 2, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/205
When I need to monitor some folder size constantly, I can do it like this:
watch du --max-depth=1 -h ~/distIf I try the same trick with dust
dust -d1 ~/dist, I receive... a mess in terminalSo, I thought it would be nice to have an option to make output auto-updated once in a while or on change without
watchcommand!@bootandy commented on GitHub (Jan 2, 2022):
Try
watch dust -cor if you have a new version of watch:
watch --color dustI'll add a note in help to mention watch in the help text for -c
@bronvic commented on GitHub (Jan 2, 2022):
@bootandy, thank you!
@ShrirajHegde commented on GitHub (Apr 16, 2023):
Hello, this works, but still seems a bit janky. Is there any plan of implementing file system monitoring so that the updates can be incremental?
Maybe an interactive mode with TUI and mouse support to enter a subdirectory like SpaceSniffer and maybe even move items to trash. This would be a great thing, since there is no alternative of SpaceSniffer in Linux that I am aware of.
@bootandy commented on GitHub (May 5, 2023):
Nope,
I appreciate the feedback, but I'm trying to not add too many features into dust and I don't want to start a 'real time file system monitoring' project. I'd rather stick with 'watch dust -c'