Releases: idiv-biodiversity/mmdu
Releases · idiv-biodiversity/mmdu
0.5.0
- change: count hard links only once for each point of interest (POI means each input/argument directory and for each directory discovered with
--max-depth
), old behavior / count many times with-l
or--count-links
as withdu
- change: all logging output moved behind the optional
log
cargo feature (non-default!) using thelog
andenv_logger
crates, the--debug
flag has been removed, enable the feature and use e.g.RUST_LOG=debug
(there aren't lots of debug/trace messages yet, we'll see what the future brings) - fix:
--user
and--group
numeric user IDs are no longer checked with the user database, so you can still filter by inactive users/groups
v0.4.0
- improves error handling and error display
- drops
is-terminal
in favor ofstd::io
- adds
--kb-allocated
flag to useKB_ALLOCATED
instead ofFILE_SIZE
with the policy - adds
--user <name|uid>
and--group <name|gid>
filters to only sum up inodes of the specified user or group - bumps deps
mmdu v0.3.2
- generate shell completions
- generate man page
v0.3.0
New Features
Now also count inodes. Counting mode can be chosen with --block
(default), --inodes
, and --both
.
Dependencies
Included is the update from clap 2 to clap 4. This changed the look of -?
and --help
quite a bit.
Breaking Changes
The options forwarded to mmapplypolicy
are now prefixed with --mm-
. That's because I want to be able to fully support all du
options at some point in the future, above all -s
. This was conflicting with the now --mm-s
.