Sergey Zhukov zhus
zhus opened issue bootandy/archived-dust#229 2026-06-08 11:26:15 +03:00
[GH-ISSUE #525] number-of-lines option in config file is ignored
zhus closed issue bootandy/archived-dust#229 2026-06-08 11:26:15 +03:00
[GH-ISSUE #525] number-of-lines option in config file is ignored
zhus opened issue bootandy/archived-dust#230 2026-06-08 11:26:15 +03:00
[GH-ISSUE #524] --files0-from takes newline-terminated paths, not null-terminated paths
zhus opened issue bootandy/archived-dust#231 2026-06-08 11:26:15 +03:00
[GH-ISSUE #523] Please publish *-musl.deb for supported architectures
zhus closed issue bootandy/archived-dust#231 2026-06-08 11:26:15 +03:00
[GH-ISSUE #523] Please publish *-musl.deb for supported architectures
zhus closed issue bootandy/archived-dust#230 2026-06-08 11:26:15 +03:00
[GH-ISSUE #524] --files0-from takes newline-terminated paths, not null-terminated paths
zhus commented on issue bootandy/archived-dust#229 2026-06-08 11:26:15 +03:00
[GH-ISSUE #525] number-of-lines option in config file is ignored

@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…
zhus commented on issue bootandy/archived-dust#229 2026-06-08 11:26:15 +03:00
[GH-ISSUE #525] number-of-lines option in config file is ignored

@vasac commented on GitHub (Sep 26, 2025):

@sam-kleiner config settings use kebab-case - no-bars=true should work.

zhus commented on issue bootandy/archived-dust#229 2026-06-08 11:26:15 +03:00
[GH-ISSUE #525] number-of-lines option in config file is ignored

@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…

zhus commented on issue bootandy/archived-dust#229 2026-06-08 11:26:15 +03:00
[GH-ISSUE #525] number-of-lines option in config file is ignored

@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…

zhus commented on issue bootandy/archived-dust#231 2026-06-08 11:26:15 +03:00
[GH-ISSUE #523] Please publish *-musl.deb for supported architectures

@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…

zhus commented on issue bootandy/archived-dust#230 2026-06-08 11:26:15 +03:00
[GH-ISSUE #524] --files0-from takes newline-terminated paths, not null-terminated paths

@j824h commented on GitHub (Aug 23, 2025):

I might work on the "fix" but it would technically cause a breaking change.

zhus commented on issue bootandy/archived-dust#231 2026-06-08 11:26:15 +03:00
[GH-ISSUE #523] Please publish *-musl.deb for supported architectures

@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 ==…

zhus commented on issue bootandy/archived-dust#231 2026-06-08 11:26:15 +03:00
[GH-ISSUE #523] Please publish *-musl.deb for supported architectures

@bootandy commented on GitHub (Jan 9, 2026):

I'm going to close this, reopen if there is an issue.

zhus commented on issue bootandy/archived-dust#227 2026-06-08 11:26:14 +03:00
[GH-ISSUE #519] Feature Request: Query usage of remote file system

@msrd0 commented on GitHub (Jul 29, 2025):

I was afraid you were going to say that

zhus commented on issue bootandy/archived-dust#226 2026-06-08 11:26:14 +03:00
[GH-ISSUE #517] show amount of disk space used by files with zero hardlinks

@bootandy commented on GitHub (Jul 11, 2025):

is this the same as: https://github.com/bootandy/dust/issues/444 ?

zhus commented on issue bootandy/archived-dust#228 2026-06-08 11:26:14 +03:00
[GH-ISSUE #522] Depth between 0 and 1

@bootandy commented on GitHub (Aug 13, 2025):

Fixed in latest version

zhus commented on issue bootandy/archived-dust#226 2026-06-08 11:26:14 +03:00
[GH-ISSUE #517] show amount of disk space used by files with zero hardlinks

@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

zhus commented on issue bootandy/archived-dust#226 2026-06-08 11:26:14 +03:00
[GH-ISSUE #517] show amount of disk space used by files with zero hardlinks

@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…

zhus commented on issue bootandy/archived-dust#226 2026-06-08 11:26:14 +03:00
[GH-ISSUE #517] show amount of disk space used by files with zero hardlinks

@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…