MagicExtractor is a Windows service designed to automatically extract compressed files downloaded to the current user's Downloads folder, streamlining your file management process. After extraction, the original compressed files are automatically deleted to save space and keep your Downloads folder organized.
- Automatic Extraction: Monitors the Downloads folder and automatically extracts compressed files (ZIP, RAR, etc.) as soon as they are downloaded.
- Automatic Deletion: After successful extraction, the original compressed files are deleted automatically.
- User-Friendly: Operates seamlessly in the background with no manual intervention required.
- Broad Compatibility: Compatible with all recent versions of Windows.
- Download the installation package from here.
- Run the installer and follow the on-screen instructions.
- Once installed, the service will start working automatically.
If you prefer to install MagicExtractor manually, you can use the following commands in the terminal:
MagicExtractor.exe --startup=auto install
MagicExtractor.exe startTo stop and remove the service, use the following commands:
MagicExtractor.exe stop
MagicExtractor.exe removeAfter installation, no additional configuration is needed. MagicExtractor will begin monitoring the Downloads folder and automatically extract any compressed files.
If you would like to contribute to MagicExtractor, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name). - Make your changes and add the files (
git add .). - Commit your changes (
git commit -m 'Added new feature'). - Push to the branch (
git push origin feature-name). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.