Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-26T17:47:47.000Z (about 2 months ago)
- Last Synced: 2024-10-30T23:18:59.329Z (19 days 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
```