Skip to content

Releases: Canop/dysk

dysk v3.6.0

23 Dec 18:15

Choose a tag to compare

On linux, stats reading is now time bounded, which avoids freezes on unresponding remote volumes or some invalid mounts.

A new launch argument lets you tune the timeout, eg dysk --timeout no or dysk --timeout 5ms.

This should make the --remote-stats no parameter mostly useless.

dysk v3.5.0

02 Dec 12:38

Choose a tag to compare

  • Windows: detect storage spaces - Thanks @mokurin000 and @acieslewicz
  • silently handle broken pipe on printing to stdout - Fix #104
  • don't print a TTY Reset when called with --color no or piped to a non TTY stream - Fix #105

dysk v3.4.0

08 Nov 17:25

Choose a tag to compare

  • more mounts are detected on Mac (eg remote SMB volumes)

dysk v3.3.0

02 Nov 10:53

Choose a tag to compare

  • support for getting info by path on windows, eg dysk some/file (was already possible on Linux and Mac)
  • hide the --strategy argument: there's no reason to use it today

dysk v3.2.0

29 Oct 18:05

Choose a tag to compare

  • experimental Windows support - Thanks @acieslewicz
  • new options column: linux mount options
  • new compress column: compression algorithm & level - Fix #98

Feedback regarding the Windows executable would be very welcome on the chat. Even saying it works for you, with screenshot, is helpful

dysk v3.1.0

29 Aug 07:52

Choose a tag to compare

  • default strategy on Mac is much faster (about 1000 times faster...)
  • strategy can be chosen with --strategy diskutil or --strategy iokit (default)

dysk v3.0.0

18 Aug 13:23

Choose a tag to compare

dysk now runs on Mac - Fix #24

Thanks again to @skull-squadron who donated a Mac Book Pro which is now used for the development of Mac versions of dysk, broot, safecloset, bacon, and hopefully more soon.

Mac dedicated improvements are still planned, eg performances, but I hope this version is already useful. Feedback welcome in new issues or in the chat.

dysk v2.10.1

13 May 11:01

Choose a tag to compare

  • do a style reset after printing tables - Fix #85

dysk v2.10.0

21 Dec 10:59

Choose a tag to compare

  • add UUID and PARTUUID - Fix #82

dysk v2.9.1

08 Sep 08:40

Choose a tag to compare

  • fix wrong parsing of some filters with successive operators without parenthesis