Skip to main content

A command-line tool that prints the folder and file structure of your VSCode project, excluding nested items of content in .gitignore.

Project description

showme-tree

showme-tree is a command-line tool that prints the folder and file structure of your VSCode project, excluding files and folders specified in .gitignore.

Installation

You can install showme-tree using pip:

pip install showme-tree

Usage

Run the following command in a Python Virtual Environment to display the folder and file structure of your VSCode project:

showme-tree

The command works best in a version-controlled Git project. If you are not working a Git project, you'll be asked to manually input the path to the project root directory.

Example Output:

|---showme-folder-structure/
    |---LICENSE
    |---dist/
    |---showme-tree/
        |---__init__.py
        |---main.py
    |---README.md
    |---setup.py
    |---.gitignore
    |---myenv/
    |---.git/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

showme-tree-1.0.7.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

showme_tree-1.0.7-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page