Skip to content

v0.2.0 - Native executable 🎉

Choose a tag to compare

@github-actions github-actions released this 13 Nov 20:57
· 4 commits to develop since this release

[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

Changed

  • Split code into 3 sub-modules: cli, core and examples