Skip to content

File system organizer, organizes different types of files in a directory according to various file formats (for example .pdf, .exe)

License

Notifications You must be signed in to change notification settings

parthdwi50/File-System-Organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-System-Organizer

File system organizer, organizes different types of files in a directory according to various file formats (for example .pdf, .exe)

Pre-Requisites:

Node.js for running JavaScript. You can find instructions on how to download and install Node.js for your computer here.

Once you have installed node.js,

Download this repository.
After downloading the repository extract the zip file.

Install dependencies (CMD):

npm install

Commands for File System Organizer:

  1. pdfile help

  2. pdfile organize "directoryPath"
    example: pdfile organize Downloads ----> (will organize all files of downloads folder into a new folder "organized_files", and further into sub-folders related to the extention of the file)

  3. pdfile tree "directoryPath"
    example: pdfile tree Downloads ----> (will give a tree format/structure of all the files in the folder)

All commands to be run in Command Prompt.

About

File system organizer, organizes different types of files in a directory according to various file formats (for example .pdf, .exe)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published