Skip to content

abhisheksangwan/File-System-Organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-System-Organizer

A Command line application using node.js. It organizes all the files from from a folder into different section so that we need not to do it manually.

How to use on your local machine

Clone the repo then ->

  • Use following commands in cmd->
peppy help 
  • it will help in rerouting your commands correctly List of All the commands:
  1. node main.js tree "direcoryPath"
  2. node main.js organise "directoryPath" e.g-
- node main.js organise "C:\Users\sangw\Downloads\"
  • Now, the magic happens, it will organise all the files in your cluttered Downloads folder

Basic steps taken for the project:

  • taking inputs in commandline
  • Switch case
  • help function
  • organise function
  • tree function
  • global
  • dividing modules

About

A Command line application using node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published