@sam-kleiner commented on GitHub (Sep 8, 2025):
I think no-percent-bars may have the same issue
I tried:
bars=false
no_bars=true
percent_bars=false
no_percen…
@vasac commented on GitHub (Sep 26, 2025):
@sam-kleiner config settings use kebab-case - no-bars=true should work.
@bootandy commented on GitHub (Oct 6, 2025):
Thanks @vasac yes
config settings use kebab-case - no-bars=true should work.
you can copy the config file from…
@bootandy commented on GitHub (Oct 6, 2025):
The number-of-lines configuration option is not recognized when set in the config file (~/.config/dust/config.toml…
@bootandy commented on GitHub (Oct 6, 2025):
Yeah at some point I'll look at this, I don't like touching the build much so if you want to look at `.github/workflo…
@j824h commented on GitHub (Aug 23, 2025):
I might work on the "fix" but it would technically cause a breaking change.
@bootandy commented on GitHub (Jan 9, 2026):
Are we already publishing musl.deb files ? - the CI has this line in the debian build:
`if: matrix.job.target ==…
@bootandy commented on GitHub (Jan 9, 2026):
I'm going to close this, reopen if there is an issue.
@msrd0 commented on GitHub (Jul 29, 2025):
I was afraid you were going to say that
@bootandy commented on GitHub (Jul 11, 2025):
is this the same as: https://github.com/bootandy/dust/issues/444 ?
@bootandy commented on GitHub (Aug 13, 2025):
Fixed in latest version
@lolbinarycat commented on GitHub (Jul 11, 2025):
Similar, but I'm proposing a much simpler solution: just ask the fs for the total used space (like how df…
@bootandy commented on GitHub (Aug 13, 2025):
Can you tell me how I can create that situation - I need to be able to create it before I can process it. - Some…
@lolbinarycat commented on GitHub (Aug 13, 2025):
symlinks have nothing to do with this.
you can either use O_TMPFILE, or you can create a file, open it, then…