File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ### Added
11+
12+ - Print folder trees like Unix ` tree `
13+ - Choose ASCII or Unicode styles for tree rendering
14+ - Emoji support 🎉
15+ - Limit displayed children statically or dynamically
Original file line number Diff line number Diff line change 33A lightweight Java library for printing directory structures in a clean, tree-like format (think Unix ` tree ` command).
44
55- Print folder trees like Unix ` tree `
6- - Choose ASCII or Unicode styles
7- - Optional emoji support 🎉
6+ - Choose ASCII or Unicode styles for tree rendering
7+ - Emoji support 🎉
88- Limit displayed children statically or dynamically
9- - Extensible builder API
109
1110ℹ️ Was developed just for fun!
1211
1312* [ Import dependency] ( #import-dependency )
1413* [ Usage] ( #usage )
1514* [ Options] ( #options )
1615 * [ Tree format] ( #tree-format )
17- * [ Emojis ❤️] ( #emojis )
16+ * [ Emojis ❤️] ( #emojis-%EF%B8%8F )
1817 * [ Children limit] ( #children-limit )
1918* [ Changelog] ( #changelog )
2019* [ Roadmap] ( #roadmap )
You can’t perform that action at this time.
0 commit comments