Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bare view and intermediate results? #278

Closed
brontosaurusrex opened this issue Dec 2, 2022 · 1 comment
Closed

Bare view and intermediate results? #278

brontosaurusrex opened this issue Dec 2, 2022 · 1 comment

Comments

@brontosaurusrex
Copy link

brontosaurusrex commented Dec 2, 2022

  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.

@bootandy
Copy link
Owner

bootandy commented 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: Play nicer with Screen Readers #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.

@bootandy bootandy closed this as completed Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants