pretty print folder structure to cli
Project description
## asciifolder
pretty print folder structure to cli
```python
>>> asciifolder "Python/Lib/concurent"
>>>
concurrent/
├── __pycache__/
│ └── __init__.cpython-36.pyc
├── futures/
│ ├── __pycache__/
│ │ ├── __init__.cpython-36.pyc
│ │ ├── _base.cpython-36.pyc
│ │ ├── process.cpython-36.pyc
│ │ └── thread.cpython-36.pyc
│ ├── __init__.py
│ ├── _base.py
│ ├── process.py
│ └── thread.py
└── __init__.py
```
pretty print folder structure to cli
```python
>>> asciifolder "Python/Lib/concurent"
>>>
concurrent/
├── __pycache__/
│ └── __init__.cpython-36.pyc
├── futures/
│ ├── __pycache__/
│ │ ├── __init__.cpython-36.pyc
│ │ ├── _base.cpython-36.pyc
│ │ ├── process.cpython-36.pyc
│ │ └── thread.cpython-36.pyc
│ ├── __init__.py
│ ├── _base.py
│ ├── process.py
│ └── thread.py
└── __init__.py
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asciifolder-0.1.0.tar.gz
(4.6 kB
view hashes)