Skip to content

Directories manager is a simple app for performing multiple actions on your directories, with bulk move, rename, and search functionalities.

Notifications You must be signed in to change notification settings

YoussefSell/DirectoriesManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DirectoriesManager

Directories Manager

this application is used to manage directories it give you three main functionalities, you can search inside a folder, you can compare two folders and you can rename a list of folders. the app is built with .Net 4.7.2 using Winforms Project type, the app is laverging the DirectoryManager plugin to do all of it functionality

=> the search operation can be performed using two options, you can search with a text and app will give you all subdirectories that they contain the text or even a single character in there names, you can also search with regex but you need to have some knowledge on the topic of regex, for example you can put "\d" and the app will get you all subdirectories that they contain a one digit in there name etc.

=> the compare option give you the possibility to compare two directories, using the their names or date of creation etc, you can specify what result you want, from "Matching" to give you the list of subdirectories that exist in both directory, or "Non-Matching" to get the list of subdirectories that exist in the source folder (primary directory) but they don't exist in the "Folder To Compare" (Secondary Directory).

=> the Rename option give the possibility to rename a set of directories using a lot of options like generating random names for the folders, or by adding incremental numbers to beginning or the end, even you can use regex to remove or replace matched pattern, just pay attention to regex options and test your regex pattern first.

=> you can also perform the copy and move operation on your results.and choose your output directory or destination directory where you want your directories to be moved or copied

About

Directories manager is a simple app for performing multiple actions on your directories, with bulk move, rename, and search functionalities.

Topics

Resources

Stars

Watchers

Forks

Languages