WinDropper is a Windows alternative to macOS Dropover, providing a convenient way to temporarily store files for easy organization and movement across different locations.
- Drag and Drop File Stacking: Easily drag files from File Explorer to the floating notch
- Multi-File Management: Select and drag multiple files at once using checkboxes
- Smart File Organization: Categorize files by type when moving them to destinations
- Floating Notch UI: Minimalistic, resizable, and always-on-top window for quick access
- Context Menu Actions: Quick actions for files including copying paths, opening containing folders
- Keyboard Shortcuts: Use CTRL+SHIFT+D to show/hide the WinDropper notch
- Customization: Change appearance, behavior, and file management settings
- Dark/Light Mode Support: Adapts to your system theme or manually selectable
- Start on Boot: Option to automatically launch when you log in to Windows
You can download the latest release from the Releases page. For the current beta, we provide two options:
- Download the "WinDropper Setup 0.1.0-beta.1.exe" installer from the releases page
- Run the installer and follow the prompts
- Launch WinDropper from your Start menu
- Download "WinDropper-0.1.0-beta.1-portable.zip" from the releases page
- Extract the ZIP to a location of your choice
- Run
WinDropper.exe
to start the application
- Start WinDropper: Run the application from the Start menu or taskbar
- Show/Hide the Notch: Press
CTRL+SHIFT+D
to toggle the floating notch - Drag Files: Drag any files from File Explorer to the floating notch
- Select Multiple Files: Use the checkboxes to select files, then drag them as a group
- Use Context Menu: Right-click on files or the notch for more options
- Move Files: Drag files back out to a new location or use the context menu to move them to predefined locations
- Quick Copy Paths: Select files and click the copy button or use the context menu
- Custom Destinations: Set your preferred default destination in Settings
- Organize Automatically: Enable "Organize files by type" to sort files into folders
- Move to Recent Locations: Right-click and use the "Move to" menu to access recent destinations
- Start on Boot: Enable in Settings to have WinDropper ready when you need it
WinDropper is an Electron application built with React, TypeScript, and TailwindCSS.
- Clone the repository:
git clone https://github.com/username/windropper.git
cd windropper
- Install dependencies:
npm install
- Run in development mode:
# Use the enhanced development environment
npm run dev
# Or use the simplified batch file on Windows
dev.bat
The enhanced development environment provides:
- Automatic TypeScript compilation
- Vite development server for the renderer
- Automatic Electron startup when the server is ready
- Interactive command interface:
restart
orr
- Restart the Electron processquit
orq
- Exit the development environmenthelp
orh
- Show available commands
To build the application for distribution:
# Build the application
npm run build
# Package for distribution
npm run package
The packaged application will be available in the release
folder.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by macOS Dropover
- Built with Electron, React, TypeScript, and TailwindCSS