Releases: AmirmasoudCS/Tree-Printer
Releases · AmirmasoudCS/Tree-Printer
Release list
v0.4.1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Themes by @AmirmasoudCS in #1
- Adding a helper function to format the size of metadata. by @AmirmasoudCS in #2
New Contributors
- @AmirmasoudCS made their first contribution in #1
Full Changelog: v0.3.1...v0.4.0
Tree Printer v0.3.1
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
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