SmartFileSorter

Rule based file moving and renaming tool


Keywords
smartfilesorter
License
BSD-3-Clause
Install
pip install SmartFileSorter==0.4.0

Documentation

Smart File Sorter

https://badge.fury.io/py/SmartFileSorter.png https://travis-ci.org/jashort/SmartFileSorter.png?branch=master https://pypip.in/download/SmartFileSorter/badge.png

Rule based file moving and renaming tool

Features

  • Moves/renames files based on rules defined in a YAML configuration file.
  • Automatically renames a file if it already exists in the destination directory by appending a sequence number to the filename. (file.txt, file_001.txt, file_002.txt, etc)
  • Easy to extend with new match or action rules