A simple Node.js command-line utility that automatically detects file types and moves them to their respective directories (e.g., PDFs to Documents, images to Pictures, etc.).
- Automatically detects file types by extension.
- Moves files into common folders like:
Documents(e.g.,.pdf,.docx)Pictures(e.g.,.png,.jpg,.jpeg)Videos(e.g.,.mp4,.avi)Music(e.g.,.mp3,.wav)
- Prevents overwriting existing files.
- Cross-platform friendly (especially designed for Windows).
- Clone the repository or download the project files.
- Open a terminal in the project folder.
- Run:
npm start <path-to-folder>Example:
npm start "C:\Users\YourName\Downloads"