Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tekord/file-mover

Batch file moving based on rules in YAML file
https://github.com/tekord/file-mover

file-management file-organization python script yaml

Last synced: 9 days ago
JSON representation

Batch file moving based on rules in YAML file

Awesome Lists containing this project

README

        

# Rule-based File Mover (Python Script)

...

## Installation

Execute the following command to install dependencies:

```
pip install -r requirements.txt
```

## Usage

Usage format:

```
python path/to/file-mover.py --config /path/to/custom-file-mover.config.yaml /path/to/source/directory
```

Example:

```
python ./file-mover.py --config ./file-mover.config.yaml /home/me/downloads
```