SpiralP / disk-usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disk-usage

A disk usage visual that uses multiple threads to scan your disk the quickest it possibly can!

Example

cargo run --release -- D:\SteamLibrary\

example

Usage

USAGE:
    disk-usage [FLAGS] <PATH>

FLAGS:
    -v, --debug         Show debug messages, multiple flags for higher verbosity
    -h, --help          Prints help information
    -k                  Keep program alive after websocket closed
    -n, --no-browser    Don't open browser
    -V, --version       Prints version information

ARGS:
    <PATH>    Path [default: .]

Install

cargo install --git https://github.com/SpiralP/disk-usage.git

About


Languages

Language:Rust 66.8%Language:TypeScript 33.0%Language:HTML 0.2%