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
- Host: GitHub
- URL: https://github.com/heaths/tree-rs
- Owner: heaths
- License: mit
- Created: 2024-08-15T06:13:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T06:10:08.000Z (almost 2 years ago)
- Last Synced: 2025-08-22T16:51:40.462Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tree
[](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.