#disk #tree #disk-usage #usage #cli #windirstat

bin+lib dirstat-rs

类似于 windirstat 的磁盘使用情况的命令行工具

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命令行工具

Download history 22/week @ 2024-03-12 4/week @ 2024-03-19 9/week @ 2024-03-26 34/week @ 2024-04-02

61 每月下载

MIT 许可证

83KB
290

dirstat-rs

快速、跨平台的磁盘使用 CLI

Crates.io Docs.rs Language Platforms License

比 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