dua-cli 2.34.0

A tool to conveniently learn about the disk usage of directories, fast!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod bytevis;
mod common;
mod eventloop;
mod handlers;
pub mod input;
mod navigation;
pub mod state;
pub mod terminal;
pub mod tree_view;

pub use bytevis::*;
pub use common::*;
pub use handlers::*;

#[cfg(test)]
mod tests;