Skip to content

ayushashi11/erdtree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. They're memory size will also be ignored.
-h        Displays help prompt.

Installation

Via Rust

  1. Make sure you have Rust and its toolchain installed.
  2. $ cargo install --git https://github.com/solidiquis/erdtree
  3. 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: How do you know that this is blazingly fast?

A: I wrote it in Rust.

About

Fork of https://github.com/solidiquis/erdtree

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%