Path to this page:
./
sysutils/dua-cli,
View disk space usage and delete unwanted data
Branch: CURRENT,
Version: 2.29.4,
Package name: dua-cli-2.29.4,
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: 135.992 KB
Version history: (Expand)
- (2024-11-03) Updated to version: dua-cli-2.29.4
- (2024-08-10) Updated to version: dua-cli-2.29.2
- (2024-03-11) Updated to version: dua-cli-2.29.0
- (2024-01-24) Updated to version: dua-cli-2.28.0
- (2024-01-22) Updated to version: dua-cli-2.27.2
- (2024-01-17) Updated to version: dua-cli-2.27.0
CVS history: (Expand)
2024-11-03 17:33:14 by pin | Files touched by this commit (3) | |
Log message:
sysutils/dua-cli: update to 2.29.4
2.29.4 (2024-11-03)
Bug Fixes
enable "chrono" in trash crate This hopefully adds deletion dates \
to trashed files.
Other
update actions/upload-artifact to v4 The release workflow failed because \
actions/upload-artifact@v1 doesn't work anymore.
2.29.3 (2024-11-03)
Chore
upgrade gix-glob and trash
Other
add x-cmd install steps Hi, I've added instructions on how to install dua \
using x-cmd to the README file.
x-cmd is a toolbox for Posix Shell, offering a lightweight package manager \
built using shell and awk.
x env use dua
Auto submit new manifest to winget-pkgs
|
2024-10-02 19:49:02 by Havard Eidnes | Files touched by this commit (6) |
Log message:
sysutils/dua-cli: make this build on aarch64eb.
This is done by avoiding attempts at using neon / SIMD in
big-endian mode by patching some of the vendored crates.
Neon / SIMD is known to be problematical in rust, ref.
https://github.com/rust-lang/stdarch/issues/1484, even
though the CPU itself supports it.
I've also tried reporting the memchr fixes upstream, ref.
https://github.com/BurntSushi/memchr/pull/162
So far not yet adopted.
Zerocopy has also received a pull request:
https://github.com/google/zerocopy/pull/1795
|
2024-08-10 17:24:44 by pin | Files touched by this commit (3) | |
Log message:
sysutils/dua-cli: update to 2.29.2
2.29.2 (2024-08-10)
A maintenance release without user-facing changes.
Commit Statistics
2 commits contributed to the release.
0 commits were understood as conventional.
2 unique issues were worked on: #253, #254
2.29.1 (2024-08-10)
This is a maintenance release without user-facing changes.
Bug Fixes
- clippy warning
Other
- update version in install instructions
Commit Statistics
16 commits contributed to the release over the course of 126 calendar days.
152 days passed between releases.
2 commits were understood as conventional.
1 unique issue was worked on: #253
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
|
2024-03-11 18:02:17 by pin | Files touched by this commit (3) | |
Log message:
sysutils/dua-cli: update to 2.29.0
2.29.0 (2024-03-10)
New Features
- Add scrollbar to the main entries list. That way it's easier to grasp how
long the list is, and how fast one is traversing is.
Bug Fixes
- avoid crashes when the terminal is resized to unusually small sizes.
- mark-pane help bar now shows closest to the selected item. Previously this
would only work in the first screen, but not when the list was long enough
for scrolling.
|
2024-01-24 09:04:42 by pin | Files touched by this commit (3) | |
Log message:
sysutils/dua-cli: update to 2.28.0
New Features
- add dua i --no-entry-check flag.
With it, in interactive mode, entries will not be checked for presence.
This can avoid laggy behaviour when switching between directories
as lstat calls will not run, which can be slow on some filesystems.
|
2024-01-22 09:17:51 by pin | Files touched by this commit (2) | |
Log message:
sysutils/dua-cli: update to 2.27.2
Bug Fixes
- allow / (glob-mode) while scanning.
This will possibly lead to incomplete results, but I find being
able to use ones muscle-memory more important than preventing
dealing with incomplete results.
What happens to me is usually to type / followed by target/
which tends to select all current entries for deletion.
- don't check entry metadata while a scan is in progress
Previously each time the UI refreshes, every 250ms, it display
entries but also check their metadata to assure they exist.
This could lead to performance loss when the displayed folder
has a lot of entries.
|
2024-01-22 08:23:31 by pin | Files touched by this commit (3) | |
Log message:
sysutils/dua-cli: update to 2.27.1
Bug Fixes
- Explicit refreshes with 'r and 'R' now work with multiple root paths as well.
This can happen in cases of dua i root-a root-b for instance.
|
2024-01-17 21:11:29 by pin | Files touched by this commit (3) | |
Log message:
sysutils/dua-cli: update to 2.27.0
New Features
- Press r or R for refresh
Lower-case r will refresh the currently selected entry, while upper-case R
will refresh the entire displayed directory, and all entries in it.
Further, what was called item is now called entry across the
user-interface.
- show and hide mtime and item count columns with 'M' and 'C' respectively
|