Skip to content

zukahai/generate-directory-tree

Repository files navigation

Generate Directory Tree

bg

Overview

Results in a directory tree of the current directory.

└── generate-directory-tree
    ├── .gitignore
    ├── LICENSE.md
    ├── README.md
    ├── app.py
    ├── app.spec
    ├── build
    │   └── app
    │       ├── Analysis-00.toc
    │       ├── EXE-00.toc
    │       ├── PKG-00.toc
    │       ├── PYZ-00.pyz
    │       ├── PYZ-00.toc
    │       ├── Tree-00.toc
    │       ├── Tree-01.toc
    │       ├── Tree-02.toc
    │       ├── app.exe.manifest
    │       ├── app.pkg
    │       ├── base_library.zip
    │       ├── localpycs
    │       │   ├── pyimod01_archive.pyc
    │       │   ├── pyimod02_importers.pyc
    │       │   ├── pyimod03_ctypes.pyc
    │       │   ├── pyimod04_pywin32.pyc
    │       │   └── struct.pyc
    │       ├── warn-app.txt
    │       └── xref-app.html
    ├── dist
    │   └── app.exe
    ├── main.py
    ├── mainv2.py
    ├── output.txt
    └── requirements.txt

Usage

Download: https://github.com/zukahai/generate-directory-tree/raw/main/generate-directory-tree.zip Extract zip file with download

Open app.exe, choose folder to generate directory tree

Results in a directory tree of the current directory in file output.txt

Add the file name or folder name you want to ignore at ignore.txt. Each entry is recorded on one line.

License

HaiZuka © 2023