SuperHelperXPro
Your Smart Digital Organizer
Clear clutter effortlessly. Sort, search, and manage your files with precision. Your personal assistant for a tidy computer.
npm install -g superhelperhxpro
Why SuperHelperXPro? Take Control of Your Files! 💡
Organizing files can feel like a never-ending battle. With SuperHelperXPro, transforming your digital clutter into an organized masterpiece is a breeze!
Visualize
Gain insights into your file system with interactive and intuitive visual maps.
Batch Rename
Apply complex renaming patterns to thousands of files at once using powerful regex.
Deep Clone
Create perfect, complete copies of entire folder structures, including all subdirectories.
Conditional Move
Automatically sort and move files based on intelligent criteria like age, size, or type.
Auto Cleanup
Set smart rules to automatically remove old, temporary, or unwanted files, freeing space.
Search & Tag
Efficiently locate and categorize files with powerful, flexible search and tagging tools.
Deduplicate
Find and eliminate duplicate files with smart hashing, reclaiming significant disk space.
Activity Graph
Visualize your file activity over time with an insightful ASCII calendar heatmap.
Custom Automation
Extend capabilities by running your own JavaScript or Python scripts directly.
🔮 Unleash the Magic: Commands at Your Fingertips! 🦸♂️🦸♀️
Discover the incredible capabilities SuperHelperXPro brings to your daily file management:
What It Does: Visualize your folder tree with a clear, visual map. 🌳
Example:
superhxpro visualize "Photos" 2Shows your "Photos" folder and its subfolders up to 2 levels deep.
Why It’s Great: Gain instant clarity on your file structure! 🗺️
What It Does: Rename multiple files in one go using powerful regular expressions. 🏷️
Example:
superhxpro batch-rename "Downloads" "(IMG_)(\\d+)" "Vacation_\\2" trueTransforms `IMG_001.jpg` into `Vacation_001.jpg` across your "Downloads" folder, including subfolders.
Why It’s Great: Save hours of tedious manual renaming! ⏱️
What It Does: Create a perfect, complete copy of an entire folder and its contents. 👯
Example:
superhxpro deep-clone "ProjectX" "ProjectX_Backup"Creates a full duplicate of "ProjectX" as "ProjectX_Backup".
Why It’s Great: Effortlessly back up or duplicate projects! 💾
What It Does: Move or copy files based on smart rules like age or size. 📐
Example:
superhxpro conditional-move-copy "Downloads" "Archive" ageDays 180Moves files in "Downloads" older than 180 days to your "Archive" folder. Add `--copy` to copy instead of move.
Why It’s Great: Keep your folders tidy and relevant automatically! 🧹
What It Does: Automatically delete old, temporary, or unwanted files to free up space. 🗑️
Example:
superhxpro auto-cleanup "Temp" ageDays 7Deletes files older than 7 days in your "Temp" folder.
Why It’s Great: Reclaim valuable disk space with ease! ♻️
What It Does: Find and remove duplicate files using smart hashing. 🕵️♀️
Example:
superhxpro deduplicate "MyPhotos" --dry-runShows you duplicates without deleting them first.
Why It’s Great: Free up massive amounts of storage by eliminating redundant files! 🌬️
What It Does: Add or remove custom tags on your files for better organization. 🏷️
Example:
superhxpro tag-file "Report.pdf" --add "urgent,work"Tags `Report.pdf` as "urgent" and "work".
Why It’s Great: Organize your files by custom categories and contexts! 🗂️
What It Does: Quickly find all files with a specific tag. 🔍
Example:
superhxpro search-tag "Projects" "urgent"Lists all files tagged "urgent" within your "Projects" folder.
Why It’s Great: Pinpoint important files in seconds! ⚡
What It Does: Perform powerful searches based on file size, date, type, custom tags, or mood. 🧠
Example:
superhxpro search-meta "." "{\"type\":[\"jpg\",\"png\"],\"size\":{\"gt\":5000000},\"last_modified\":{\"after\":\"2024-01-01\"}}" Finds JPG/PNG images larger than 5MB, modified after Jan 1, 2024, in the current directory.
Why It’s Great: Unlock advanced, precise file discovery! 🔎
What It Does: Visualize daily file activity over the last year as an ASCII calendar heatmap. 📈
Example:
superhxpro file-activity-graph "Documents"Shows a visual graph of when files were modified in your "Documents" folder.
Why It’s Great: See your productivity trends at a glance! 📅
What It Does: Run your own custom JavaScript or Python scripts directly through SuperHelperXPro. 🤖
Example:
superhxpro exec-script "cleanup_script.py" '{"folder":"Temp"}' Executes your Python script `cleanup_script.py` with custom arguments.
Why It’s Great: Extend SuperHelperXPro with your own automation logic! ⚙️
What It Does: Scan your folders for issues like broken links or inaccessible files. 🩺
Example:
superhxpro health-check "SharedDocs"Identifies potential problems in your shared documents.
Why It’s Great: Keep your data healthy and reliable! ❤️🩹
What It Does: Generate a detailed JSON catalog of your entire file structure and metadata. 📊
Example:
superhxpro export-map "ClientPhotos" "client_photos_catalog.json"Creates `client_photos_catalog.json` with all your photo details.
Why It’s Great: Get a comprehensive overview of your digital assets! 📈
What It Does: Run predefined automation rules to streamline your workflows. (Conceptual) ⚙️
Example:
superhxpro apply-rules "Inbox"Triggers any custom rules set up for your "Inbox" folder.
Why It’s Great: Automate your routine file management tasks! 🎯
What It Does: Set commands to run at a later time. (Conceptual) ⏰
Example:
superhxpro schedule-command "daily_cleanup" 86400000 auto-cleanup Temp ageDays 7Schedules the "auto-cleanup" command to run after 24 hours (86,400,000 milliseconds).
Why It’s Great: Automate repetitive tasks without lifting a finger! 🗓️
What It Does: Revert previous actions for safety and peace of mind. (Conceptual) ↩️
Example:
superhxpro undo-actions 1Attempts to reverse the last action taken.
Why It’s Great: Work with confidence, knowing you can rewind! 🔙
What It Does: Assign emotional labels to your folders. 😊
Example:
superhxpro folder-mood-set "VacationPhotos" happy --name "SummerTrip"Labels "VacationPhotos" as "happy" and names the mood "SummerTrip".
Why It’s Great: Make your folders feel special and organize by sentiment! 💖
What It Does: Retrieve emotional labels for folders. Use `--recursive` to scan subfolders, and `--filter-mood` to filter by mood value or name.
Example:
superhxpro folder-mood-get "E:\" --recursive --filter-mood joyfulLists all folders on drive E: with a mood value or name containing "joyful".
Why It’s Great: Quickly find folders based on their emotional tags! ✨
What It Does: Organize photos into a smart folder structure (YEAR/MONTH_NAME/DATE). 📸
Example:
superhxpro organize-photos "Downloads/CameraRoll"Takes photos from "CameraRoll" and neatly sorts them into date-based folders under "Downloads/CameraRoll".
Why It’s Great: Instantly brings order to chaotic photo collections! 🖼️
What It Does: Get intelligent suggestions for files to clean up in a folder. 💡
Example:
superhxpro clutter-advisor "C:/Users/YourName/Downloads"Scans your Downloads folder and provides smart recommendations for files to delete or archive.
Why It’s Great: Your personal assistant for a tidy computer, giving smart, actionable cleanup advice! 🧹
🚀 Get Started: It's Super Easy via npm!
SuperHelperXPro is designed for seamless integration into your command-line workflow.
Step 1: Install Python
If you don't have it, download and install **Python 3** from python.org. Make sure to check the box that says "Add Python to PATH" during installation if you're on Windows!
Visit python.org/downloads
Step 2: Install SuperHelperXPro via npm
Open your **terminal** or command prompt and install SuperHelperXPro globally using `npm`:
npm install -g superhelperhxpro
This command downloads and installs the package from npm.
Step 3: Run Your First Command
Now you're ready to unleash SuperHelperXPro! Try a basic command like visualizing your current folder's structure:
superhxpro visualize . 2
This command will show you the current folder's structure up to 2 levels deep!
Since SuperHelperXPro is installed globally, you can run its main executable directly.
You're All Set!
That's it! You've successfully installed and run your first command with **SuperHelperXPro**. Get ready to transform your messy files into an organized masterpiece!
Explore More Commands