Path to this page:
./
sysutils/dua-cli,
View disk space usage and delete unwanted data
Branch: CURRENT,
Version: 2.20.1,
Package name: dua-cli-2.20.1,
Maintainer: pinDisk Usage Analyzer, dua is a tool to conveniently learn about the usage of disk
space of a given directory. It's parallel by default and will max out your SSD,
providing relevant information as fast as possible. Optionally delete
superfluous data, and do so more quickly than rm.
Master sites:
Filesize: 103.371 KB
Version history: (Expand)
- (2023-05-06) Updated to version: dua-cli-2.20.1
- (2023-03-01) Updated to version: dua-cli-2.19.2
- (2023-02-05) Updated to version: dua-cli-2.19.1
- (2022-12-17) Updated to version: dua-cli-2.19.0
- (2022-09-12) Updated to version: dua-cli-2.18.0
- (2022-07-05) Updated to version: dua-cli-2.17.8
CVS history: (Expand)
2023-05-05 23:57:11 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/dua-cli: update to 2.20.1
2.20.1 (2023-05-05)
Bug Fixes
- release definition to use a more recent ubuntu, to get linux binaries.
Otherwise there are no linux runners who can satisfy the request, and they
hang forever, instead of saying something useful.
2.20.0 (2023-05-05)
New Features
- TUI now shows performance metrics while scanning and after. This is in
preparation for the moonwalk upgrade.
- improve CLI help provided with the --format flag. It's now possible to see
what possible values are without reading a swath of text. Now the default is
shown as well which is more important now that it changes depending on the
platform.
- use metric byte format only on MacOS. That way, on linux the binary format
is used by default which is more common on that platform.
Bug Fixes
- Improve documentation for Marked Items pane to make clearer how to delete
items.
|
2023-02-28 23:30:32 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/dua-cli: update to 2.19.2
2.19.2 (2023-02-23)
Bug Fixes
- -x is applied to traversal as well.
Previously dua would cross filesystems for traversal and simply not
yield them, which somewhat defeated the purpose.
Now it will avoid traversing into filesystem entries that are on a different
filesystem, which should improve its performance visibly whenever multiple
filesystems are involved.
Other
- don't recurse on cross-device filesystems
Like it says in the title. Right now, if you pass -x, dua doesn't
count files on other devices, but it still enumerates them. However, a
good reason to use -x is if you have network mounts that are slow, so
this fixes that.
|
2022-12-17 08:26:00 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/dua-cli: update to 2.19.0
2.19.0 (2022-12-13)
New Features
- Remove the handbrake on MacOS which can now deliver the expected performance.
Previously it would limit itself to only using 4 threads as it would use a
lot of time in user space. This has changed now, and the traversal itself is
much more efficient (even though it could definitely be more efficient when
comparing to pdu).
In any case, counting performance should now greatly improve on M1 MacOS
machines.
Bug Fixes
- resolve stalling issue of previous version. This way, this release is the
working version of v2.8.1 .
|
2022-09-12 13:50:23 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/dua-cli: update to 2.18.0
Fixes
- Remove a duplicate draw call which would have doubled the time it takes to
refresh on user input.
This might have been noticable when large amounts of files are displayed.
New Features
- Automatically resize if the terminal changes in size.
|
2022-07-05 18:27:41 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/dua-cli: update to 2.17.8
2.17.8 (2022-07-05)
Bug Fixes
remove chrono from the dependency tree. This assures there is no possibility
for undefined behaviour to to localtime support used by some of the
trash-crate code otherwise.
|
2022-06-14 22:16:44 by pin | Files touched by this commit (2) |  |
Log message:
sysutils/dua-cli: update to 2.17.7
2.17.7 (2022-06-14)
Fixes
-Improve readability of the currently visible path in light terminal color
themes (#129).
|
2022-06-12 16:57:43 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/dua-cli: update to 2.17.6
2.17.6 (2022-06-12)
-A maintenance release which should make the ctrl + o feature open files without
blocking on linux thanks to an upgrade in the open crate which powers this
feauture.
|
2022-05-13 23:41:20 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/dua-cli: update to 2.17.5
2.17.5 (2022-05-13)
Bug Fixes
-update to latest version of trash to improve trashing on linux See their
respective release.
|