Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tekord/file-mover
- Owner: tekord
- License: bsd-3-clause
- Archived: true
- Created: 2019-10-19T21:30:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T21:33:59.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:09:58.070Z (4 months ago)
- Topics: file-management, file-organization, python, script, yaml
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tekord/file-mover - Batch file moving based on rules in YAML file (Python)
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
```