A simple cross-platform alternative to the unix tree
command.
cargo build --release
./target/release/tree-cli
.
├── Cargo.lock
├── Cargo.toml
├── README.md
├── config
│ └── config.toml
├── rustfmt.toml
└── src
├── core.rs
├── file_iterator.rs
├── filter.rs
├── main.rs
└── symbol.rs
3 directories, 11 files
cargo install --path .
or
cargo install --git https://github.com/kurisu994/tree-cli.git