Skip to content

Releases: AmirmasoudCS/Tree-Printer

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 03:27

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 02:56

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

Tree Printer v0.3.1

Choose a tag to compare

@AmirmasoudCS AmirmasoudCS released this 13 May 20:40

Tree Printer v0.3.1

  • Added --version command to check the program's current version
  • Improved package metadata/install behavior

Tree Printer v0.3.0

Choose a tag to compare

@AmirmasoudCS AmirmasoudCS released this 13 May 09:40

Tree Printer v0.3.0

Initial public release of Tree Printer, a lightweight CLI tool for printing directory trees.

Features

  • Display directory structures in a clean tree format
  • Optional file and directory icons (--icons)
  • Sorting support (--sort name | size | modified)
  • File metadata display (size and modified time)
  • File and directory exclusion options

Improvements

  • Modular architecture (printer, formatter, icons, cli)
  • Improved CLI help and documentation
  • Clean and extensible formatter design

Documentation

  • Added full README with usage examples
  • CLI options table and preview output