6 releases (breaking)
0.5.0 | Mar 22, 2023 |
---|---|
0.4.0 | Mar 17, 2023 |
0.3.0 | Mar 16, 2023 |
0.2.0 | Mar 15, 2023 |
0.1.1 | Mar 7, 2023 |
#61 in #scanner
26KB
586 lines
dirsize
dirsize is a disk usage scanner with a navigable TUI (terminal-user-interface) for dispalying directory/file sizes written in rust
Instalation and usage
using cargo :
cargo install dirsize
run - dirsize [options] <PATH>
arguments:
- PATH : path to dirrectory
options :
- -s --size <SIZE> : size format, possible values : [gb, mb, kb, b] [default: mb]
- -h --help : shows about, usage information
- -V --version : show version
note: if you want to use cargo use rustup to install it
run via executable (windows) :
download the executable from realeases
run - dirsize [path to directory to scan]
from the download location, within a command-line tool (cmd, bash, etc...)
or add the executable to PATH environment variables to run from anywhere
links
Dependencies
~7–17MB
~213K SLoC