Skip to content

Releases: taeefnajib/pygentree

v1.0.4

22 Nov 16:28
Compare
Choose a tag to compare

Added

  • Added .rst as an additional file format
  • Added the feature to pass the output file name

v1.0.3

24 Oct 10:40
Compare
Choose a tag to compare

v1.0.3 - 2024-02-24

Added

  • Option to exclude specific files and directories
  • Fix homepage URL in pyproject.toml

v1.0.0

24 Oct 09:28
Compare
Choose a tag to compare

v1.0.0 - 2024-02-24

Added

  • Initial release of PyGenTree
  • ASCII tree generation for directory structures
  • Command-line interface with multiple options
  • Support for custom depth levels
  • Multiple sorting options (asc, desc, standard)
  • Option to show only directories
  • Ignore hidden files (any file or directory names starting with dots)
  • Output file generation
  • Version and help commands