Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.07 KB

File metadata and controls

28 lines (16 loc) · 1.07 KB

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.