8 个版本
0.3.7 | 2021 年 12 月 31 日 |
---|---|
0.3.6 | 2021 年 12 月 31 日 |
0.3.3 | 2019 年 5 月 11 日 |
0.2.2 | 2019 年 1 月 6 日 |
#2122 在 命令行工具
61 每月下载
83KB
290 行
dirstat-rs
快速、跨平台的磁盘使用 CLI
比 du 快 2 倍
比 ncdu、dutree、dua、du-dust 快 4 倍
比 windirstat 快 6 倍
(在 4 核超线程 CPU 上)
安装
Homebrew (仅限 macOS)
brew tap scullionw/tap
brew install dirstat-rs
或者如果您愿意自己编译
从 crates.io
cargo install dirstat-rs
或最新版本从 git
cargo install --git "https://github.com/scullionw/dirstat-rs"
或从源代码
cargo build --release
sudo chmod +x /target/release/ds
sudo cp /target/release/ds /usr/local/bin/
用法
当前目录
$ ds
特定路径
$ ds PATH
选择深度
$ ds -d 3
显示磁盘上的实际大小
$ ds -a PATH
覆盖最小大小阈值
$ ds -m 0.2 PATH
依赖
~3–12MB
~117K SLoC