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 opened 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
zhus opened issue bootandy/archived-dust#227 2026-06-08 11:26:14 +03:00
[GH-ISSUE #519] Feature Request: Query usage of remote file system
zhus closed issue bootandy/archived-dust#227 2026-06-08 11:26:14 +03:00
[GH-ISSUE #519] Feature Request: Query usage of remote file system
zhus opened issue bootandy/archived-dust#228 2026-06-08 11:26:14 +03:00
[GH-ISSUE #522] Depth between 0 and 1
zhus closed issue bootandy/archived-dust#228 2026-06-08 11:26:14 +03:00
[GH-ISSUE #522] Depth between 0 and 1
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

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

I don't think I want to go down that route. I think opening up ssh sessions would create a whole pool of new bugs.…

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 1, 2025):

it's a bug only in v1.2.2 https://github.com/bootandy/dust/pull/518 its fixed here.

I'm getting a release out soon

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…