Releases: Canop/dysk
dysk v3.6.0
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
- 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 noor piped to a non TTY stream - Fix #105
dysk v3.4.0
- more mounts are detected on Mac (eg remote SMB volumes)
dysk v3.3.0
- support for getting info by path on windows, eg
dysk some/file(was already possible on Linux and Mac) - hide the
--strategyargument: there's no reason to use it today
dysk v3.2.0
- experimental Windows support - Thanks @acieslewicz
- new
optionscolumn: linux mount options - new
compresscolumn: 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
- default strategy on Mac is much faster (about 1000 times faster...)
- strategy can be chosen with
--strategy diskutilor--strategy iokit(default)
dysk v3.0.0
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
- do a style reset after printing tables - Fix #85
dysk v2.10.0
- add UUID and PARTUUID - Fix #82
dysk v2.9.1
- fix wrong parsing of some filters with successive operators without parenthesis