Last updated:
0 purchases
asciifolder 0.1.0
## asciifolderpretty 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```
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.