New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ppdir

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ppdir

Pretty print a directory structure as a tree

0.1.0
PyPI
Maintainers
1

mkignore

Pretty print a directory structure as a tree

Installation

pip install ppdir

Usage

usage: ppdir [-h] [-a, --all] [-c, --color] [DIR]

Pretty print a directory structure as a tree

positional arguments:
  DIR

optional arguments:
  -h, --help   show this help message and exit

  -a, --all    Include hidden files

  -c, --color  Colorize output

Example

ppdir -a -c .

Output: Example

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts