An open API service indexing awesome lists of open source software.

https://github.com/heaths/tree-rs

Print tree structures to a terminal or other writer
https://github.com/heaths/tree-rs

Last synced: 4 months ago
JSON representation

Print tree structures to a terminal or other writer

Awesome Lists containing this project

README

          

# Tree

[![ci](https://github.com/heaths/tree-rs/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/heaths/tree-rs/actions/workflows/ci.yml)

A library for printing tree to the terminal. An implementation is provided by default for file systems that is compatible with some options of the `tree` utility but provides more colorful printing to better view the hierarchy of directories and files.

## License

Licensed under the [MIT](LICENSE.txt) license.