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 details)
File details
Details for the file asciifolder-0.1.0.tar.gz
.
File metadata
- Download URL: asciifolder-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d2036c38e79049147d4f4a974e77b5786f1d743ddf2d7cca45eb4ee67da1c52 |
|
MD5 | 8962d8d11af8e15605b640c1adf1fa26 |
|
BLAKE2b-256 | 4158b627edeeaf81901cd114ace5e64a22feb277befd072fc1bd8f750adc77d4 |