tekord / file-mover

Batch file moving based on rules in YAML file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Batch file moving based on rules in YAML file

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%