guofei9987 / file2tree

file2tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file2tree

file2tree

install

pip install file2tree

useage

Step1: Run CMD in target folder;
Step2: Run the command below directly in CMD.

file2tree

output:

├── conf
└── test
    └── app
        ├── conf
        ├── html
        │   ├── a.js
        │   ├── bigscreen.js
        │   └── index.html
        ├── module
        │   ├── a.html
        │   └── media.html
        └── styl

also:

file2tree>filename.txt

About

file2tree

License:MIT License


Languages

Language:Python 100.0%