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