24 lines
576 B
Markdown
24 lines
576 B
Markdown
# 🎶🎶🎶 Pymorg 🎶🎶🎶
|
|
|
|
> ⚠️ **_DISCLAIMER:_** This project is in alpha.
|
|
|
|
This project is designed to automatically recognize and organize music folders.
|
|
|
|
---
|
|
|
|
## Usage
|
|
|
|
This command copies files from A to B and then organizes them in B.
|
|
|
|
```bash
|
|
morg -s /your/path/A -d /your/path/B
|
|
```
|
|
|
|
As you can see below, we've got all the options you need.
|
|
|
|
| **Options** | **Description** |
|
|
|:-------------:|:---------------------:|
|
|
| --src, -s | source folder to scan |
|
|
| --dest, -d | where it copy files |
|
|
| -h, --help | see usage menù |
|