v0.2.0 - Native executable 🎉
[0.2.0] - 2025-11-13 - Native executable 🎉
Important
Maven artifactId of Java lib changed from jfiletreeprettyprinter to jfiletreeprettyprinter-core
Added
- Run JFileTreePrettyPrinter in command line, using native executable on Windows, Linux, MacOS (see Github release attachments):
$ jfiletreeprettyprinter myFolder- Supports options declared in external file:
$ jfiletreeprettyprinter myFolder --options myOptions.json- 👉 More docs in README
Changed
- Split code into 3 sub-modules: cli, core and examples