https://github.com/noarche/mass-rename-dir
Automatically create directory and move correlating files into, rename directorys, rename files, etc.
https://github.com/noarche/mass-rename-dir
directory-management directory-manipulation
Last synced: 7 months ago
JSON representation
Automatically create directory and move correlating files into, rename directorys, rename files, etc.
- Host: GitHub
- URL: https://github.com/noarche/mass-rename-dir
- Owner: noarche
- License: mit
- Created: 2023-09-28T15:32:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T20:43:59.000Z (over 1 year ago)
- Last Synced: 2025-01-30T08:16:06.746Z (9 months ago)
- Topics: directory-management, directory-manipulation
- Language: Python
- Homepage:
- Size: 33.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mass-Rename-Dir
Rename directorys
When prompted, enter the directory where you want to rename subdirectories.
When prompted, enter the delimiter to split byexample;
If the subdirectory name is "papas.pizza.(2017)-2018" and the user input ".(" as the delimiter the end resullt is "papas.pizza"
# fileOrganizer
Organize Files - moves files to a new dir based on first letter.
I use this script to organize my MOVIES dir.
# FileGeneratorv1
Create new directory use " -" as delimiter
.....................................................I use this script to create new directorys in my music directory
Example:
Suppose we have a directory with the following subdirectories:
Music - Rock
Movies - Action
Movies - Drama
After running the script on this directory, the directory structure will become:
Music
Music - Rock
Movies
Movies - Action
Movies - Drama
Update:
MASS RENAME BY DELIMITER
Mass-Rename-v1.2.1.py
Ask user if renaming directorys or files
Ask user to input delimiter.
rename as original filename but Remove all text found including/after delimiter.
Update:
Rename-by-delimiter-in-front-or-back-optional.py will rename directory and strip text from front or back of delimiter provided.
delimiter+dir+organize.py will create folder and move files into folder based on user delimeter.