Skip to content

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

License

Notifications You must be signed in to change notification settings

kurisu994/tree-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages