UNPKG

file-organizer-cli

Version:

A powerful and easy-to-use CLI tool to organize files into folders by type.

32 lines (19 loc) β€’ 939 B
# πŸ“¦ File Organizer CLI > A fast, reliable, and extensible command-line tool to automatically organize files in any directory by their types β€” simplifying your workflow and decluttering your folders effortlessly. --- ## πŸš€ Features - Organizes files by extensions into well-known categories: - **Images**, **Documents**, **Audio**, **Video**, **Archives**, **Executables**, **Fonts**, and more - Automatically creates folders if they don’t exist - Moves unknown or uncommon file types into an `Others` folder - Supports a wide range of popular file formats (50+ extensions) - Non-blocking, async file operations for speed and efficiency - Easy to install and use globally via npm - Simple, intuitive CLI with helpful error messages and usage instructions --- ## πŸ“₯ Installation Install globally with npm: ```bash npm install -g file-organizer-cli ## πŸ“₯ Usage organize <folder-path>