• 1.0.0 7fe3e8a4c2

    Fabel released this 2025-02-09 11:21:59 +00:00 | 0 commits to main since this release

    Release Notes for prodir V 1.0

    I am thrilled to announce the release of prodir, a Python package designed to display and create directory structures in a tree-like format. This tool simplifies navigating complex project structures and automating directory layouts from predefined files.

    Key Features:

    • Directory Structure Display: Visualize your project's directory hierarchy.
    • Automated Directory Creation: Create directories based on file definitions.
    • CLI Interface: Easy-to-use commands for displaying and creating directories.
    • Customizable Output: Ignore specific files and folders for a focused view.

    Installation:

    pip install git+https://gitea.fabelous.app/Fabel/prodir.git
    

    Usage:

    • Display Directory Structure:

      python -m prodir display /path/to/directory
      

      or simply:

      prodir
      
    • Create Directory Structure from a File:

      python -m prodir create /path/to/structure/file.txt -o /output/directory
      

    Options:

    • -v or --verbose: Detailed output.
    • -o or --output: Specify the output directory.
    Downloads