Crate dutree[][src]

Simple command line tool to analyse disk usage from the terminal

Usage

$ dutree --help
Usage: dutree [options] <path> [<path>..]

Options:
    -d, --depth [DEPTH] show directories up to depth N (def 1)
    -a, --aggr [N[KMG]] aggregate smaller than N B/KiB/MiB/GiB (def 1M)
    -s, --summary       equivalent to -da, or -d1 -a1M
    -u, --usage         report real disk usage instead of file size
    -b, --bytes         print sizes in bytes
    -x, --exclude NAME  exclude matching files or directories
    -H, --no-hidden     exclude hidden files
    -A, --ascii         ASCII characters only, no colors
    -h, --help          show help
    -v, --version       print version number

Screenshot

dutree

More information

Copyleft 2018 by Ignacio Nunez Hernanz - nacho at ownyourbits dot com

GPL licensed

More at ownyourbits.com

github

Structs

Config

Enums

XResult

Functions

run