Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.09 KB

File organizer

TL;DR: A node.js script to organize files, handle duplicates and filter files

The real story: For many years i stored my photos in places I thought were smart, different places because I kept getting different ideas. After some years, changing computers, changing hard drives, after starting and not finishing organizing and cleaning stuff... my files are spread in many different folders and hard drives... Then kids came into life, more photos came along, and now everything was a mess.

So I started this project to fix this mess.
If you have been there and want to use this, re-write this text it or make the program better: your're welcome!

How to Use

This repository is in development. If you want to try it, run npm run start and in a separate process also npm run server to get an idea.

Start the app and go to http://localhost:3000/ in your browser. It will open a tree of folders and files. Select which you want to analyse and click "Analyse".

Roadmap:

  • add actions to the results found so user can actually fix/organize files
  • add tests (Jest)