A Command line based File Manager tool which will organize your files in different directories based upon the extension of file.
This File manager is developed using NodeJS and modules used are file-system(fs) and path. Using the feature of path module in nodejs, It can work on all the operating systems.
It has 2 main commands.
manageme tree
→ Displays directory paths and files in each subdirectory.manageme organize
→ Organize your files in the directory.
It will create a directory named Organized files which has subdirectories in it.
- media directory will contain video files i.e. .mp4 and .mkv
- archives directory will contain zip and rar files
- and many more
- It will cut the files from original location and paste them in respective folders based on extension of files.
Don't Worry !! All files which has unique extensions or the extension types that are not recognised by this software will be found in others folder.
- Clone this repository.
- Make sure you have latest version of
Node.js LTS
installed in your system. - Open the CMD/Terminal in the folder and run the command
npm link
- It will make
manageme
as a global command on your system. - That's it.
After installation Now open the CMD/Terminal on desktop. Commands are :-
manageme tree "directoryPath"
→ It will display directory paths and files for this Path location.manageme organize "directoryPath"
→ It will organize your files in folders.manageme help
→ To get all commands list.