Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.24 KB

Directory-Cleanser

##The following CLI project is responsible forthe disciplined restructuring of all files/media inside a folder/directory into sub-folders/directory creating a clearer/cleaner environment inside an user’s system

It has three main commands, Help, Organise, Tree

HELP is responsible forlisiting out all possible commands

ORGANISE gathers all files /Sub-folders inside a directory into a certain space based upon its file type

TREE is responsible for seprating our files into a tree structure consisting of branches and nodes

Initially the src folder is filled fith files of various types in an irregular fashion

image

With the organize command we can restructre it into subfolders of certain extensions

image image

We can also use the tree command to get the tree structure of the folders

image