dirsize

Crates.iodirsize
lib.rsdirsize
version0.5.0
sourcesrc
created_at2023-03-06 17:42:19.244728
updated_at2023-03-22 12:16:50.037361
descriptionDisk usage scanner with an navigable TUI for displaying directory/file sizes
homepage
repositoryhttps://github.com/t4skmanag3r/dirsize
max_upload_size
id802850
size45,560
Edvinas Adomaitis (t4skmanag3r)

documentation

README

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

Commit count: 33

cargo fmt