Skip to content

Sengeki1/CLI-File-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‚ CLI File Manager

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.).


πŸš€ Features

  • 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).

πŸ›  Installation

  1. Clone the repository or download the project files.
  2. Open a terminal in the project folder.
  3. Run:
npm start <path-to-folder>

Example:

npm start "C:\Users\YourName\Downloads"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors