Thanks to visit codestin.com
Credit goes to github.com

Skip to content

killercup/dua-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DUA (-> Disk Usage Analyzer) is a tool to conveniently learn about the usage of memory of a given directory. It's parallel by default and will max out your SSD, providing relevant information as fast as possible.

Installation

Via cargo, which can be obtained using rustup

cargo install dua-cli

Usage

# count the space used in the current working directory
dua
# count the space used in all directories that are not hidden
dua *
# learn about additional functionality
dua aggregate --help

Roadmap

2.0

A sub-command bringing up a terminal user interface to allow drilling into directories, and clearing them out, all just using the keyboard.

1.0

Simple CLI to list top-level directories similar to sn-sort, but faster and more tailored to getting an idea of where most space is used.

Development

Run tests

make journey-tests

Learn about other targets

make

About

A tool to conveniently learn about the disk usage of directories, fast!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 92.2%
  • Shell 6.2%
  • Makefile 1.5%
  • Dockerfile 0.1%