Skip to content

Releases: Canop/dysk

dysk v3.6.1

Choose a tag to compare

@Canop Canop released this 04 May 16:49
  • fix "use" column not taking into account some non-free space on linux - Fix #117
  • --bar-width parameter - Fix #114 - Thanks @PeithonKing

dysk v3.6.0

Choose a tag to compare

@Canop Canop released this 23 Dec 18:15

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

Choose a tag to compare

@Canop Canop released this 02 Dec 12:38
  • 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

Choose a tag to compare

@Canop Canop released this 08 Nov 17:25
  • more mounts are detected on Mac (eg remote SMB volumes)

dysk v3.3.0

Choose a tag to compare

@Canop Canop released this 02 Nov 10:53
  • 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

Choose a tag to compare

@Canop Canop released this 29 Oct 18:05
  • 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

Choose a tag to compare

@Canop Canop released this 29 Aug 07:52
  • 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

Choose a tag to compare

@Canop Canop released this 18 Aug 13:23

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

Choose a tag to compare

@Canop Canop released this 13 May 11:01
  • do a style reset after printing tables - Fix #85

dysk v2.10.0

Choose a tag to compare

@Canop Canop released this 21 Dec 10:59
  • add UUID and PARTUUID - Fix #82