[GH-ISSUE #278] Bare view and intermediate results? #121

Closed
opened 2026-06-08 11:25:46 +03:00 by zhus · 1 comment
Owner

Originally created by @brontosaurusrex on GitHub (Dec 2, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/278

  1. I'd like to have a single --bare switch that mimics this

    dust -c -b -d 1 . | sed "s/[^[:alnum:]+-. ]//g"

  2. dust is incredibly fast, but still on huge trees there is some waiting game, it would be helpful if intermediate results are shown (unsorted, maybe with some rules like show only stuff bigger than). My try at such behavior.

Originally created by @brontosaurusrex on GitHub (Dec 2, 2022). Original GitHub issue: https://github.com/bootandy/dust/issues/278 1. I'd like to have a single --bare switch that mimics this `dust -c -b -d 1 . | sed "s/[^[:alnum:]+-. ]//g"` 2. dust is incredibly fast, but still on huge trees there is some waiting game, it would be helpful if intermediate results are shown (unsorted, maybe with some rules like show only stuff bigger than). [My try](https://raw.githubusercontent.com/brontosaurusrex/bucentaur/master/bin/duh4) at such behavior.
zhus closed this issue 2026-06-08 11:25:46 +03:00
Author
Owner

@bootandy commented on GitHub (Jan 4, 2023):

    • I don't want to show intermediate results. That would result in the screen being constantly redrawn and it would break tools like grep.
  1. I want to do a better job supporting screen-readers see here: https://github.com/bootandy/dust/issues/270 - This might fit well with your 'bare' mode. For now I suggest you alias dustbare='dust -c -b -d 1 . | sed "s/[^[:alnum:]+-. ]//g"'

I'm going to close this but I might come back to the bare mode.

<!-- gh-comment-id:1371315067 --> @bootandy commented on GitHub (Jan 4, 2023): 2) - I don't want to show intermediate results. That would result in the screen being constantly redrawn and it would break tools like grep. 1) I want to do a better job supporting screen-readers see here: https://github.com/bootandy/dust/issues/270 - This might fit well with your 'bare' mode. For now I suggest you alias dustbare='dust -c -b -d 1 . | sed "s/[^[:alnum:]+-. ]//g"' I'm going to close this but I might come back to the bare mode.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#121