https://github.com/deexithparand/folderflow
📂 Easily visualize directory structures with a simple curl command. 🌳 Recursively print folder layouts in a clean and structured format ✨
https://github.com/deexithparand/folderflow
Last synced: 4 months ago
JSON representation
📂 Easily visualize directory structures with a simple curl command. 🌳 Recursively print folder layouts in a clean and structured format ✨
- Host: GitHub
- URL: https://github.com/deexithparand/folderflow
- Owner: deexithparand
- Created: 2024-09-26T16:41:57.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-30T05:55:12.000Z (7 months ago)
- Last Synced: 2025-01-12T18:11:30.599Z (6 months ago)
- Language: Python
- Size: 5.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# folderflow
### Usage
To execute the `FolderFlow` script from your current directory, use the following command:
```
curl -s https://raw.githubusercontent.com/DeexithParand2k2/folderflow/master/FolderFlow.py | python -
```### Requirements
- Python 3.x installed on your machine.
### Output
Running the command will print the directory structure of the current folder, excluding any `.git` files or folders, in a clear and organized format.
```
FolderFlow/
├── FolderFlow.py
└── README.md
```