Erdtree
A bLazInGlY fAsT, simplified version of the ancient tree command which displays a colorful depth indented listing of files with their memory sizes adjacent.
Usage
Usage:
erdtree [options]
OPTIONS:
-d Directory to traverse. Defaults to current working directory.
-l Unsigned integer indicating many nested directory levels to display. Defaults to all.
-p Comma-separated list of prefixes. Directories containing any of
these prefixes will not be traversed. Their memory size will also be ignored.
-h Displays help prompt.
Installation
Via Rust
- Make sure you have Rust and its toolchain installed.
$ cargo install --git https://github.com/solidiquis/erdtree
- The executable should then be located in
$HOME/.cargo/bin/
.
Manual Installation
todo!()
Brew
todo!()
Questions you might have
Q: Why did you make this? It's totally unnecessary.
A: I had two six-hour flights and got bored.
Q: Is it any good?
A: Yes.
Q: How do you know that this is blazingly fast?
A: I wrote it in Rust.