victorfeitosa / pyQuickFileRenamer

A quick file renamer, use it to rename your files, remove unwanted characters or remove files with certain name constraints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyQuickFileRenamer

A quick file renamer, use it to rename multiple files at once, remove unwanted characters or remove files with certain name constraints. It's useful for working with batch operations for renaming files, fileformats, etc. It also has functionalities to work with folders and to perform actions recursively.

Usage

qfr.py [-h] [-R] [-F] (-rm string | -rs string | -rp string) dir

Positional arguments:

dir Directory to search for files.

Optional arguments:

-h, --help: show this help message and exit

-R, --recursive: Operates recursively into the directory tree.

-F, --folder: Operates on folders as well.

-rm string, --removefile string: Removes a file based on a string search.

-rs string, --removestring string: Removes a string from the filename based on a string search

-rp string, --replacestring string: Replaces a string in the filename based on a string search

About

A quick file renamer, use it to rename your files, remove unwanted characters or remove files with certain name constraints

License:MIT License


Languages

Language:Python 100.0%