Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ✨

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
```