ImmutableOctet / named-file-to-subfolder

Moves a file from one location to a subfolder of another, based on the file's name.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

named-file-to-subfolder

Small Python utility which moves or copies a file from one location to a subfolder of another, based on the file's name.

Example

py to_subfolder.py -i "example/C" -o "example/D" --shorten-filename --mode copy

About

Moves a file from one location to a subfolder of another, based on the file's name.

License:MIT License


Languages

Language:Python 100.0%