Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 567 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 567 Bytes

tree-cli

A simple cross-platform alternative to the unix tree command.

Usage

cargo build --release

Example

./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

Install

cargo install --path .

or

cargo install --git https://github.com/kurisu994/tree-cli.git