Holdem
Holdem is an open-source tool inspired by Dropover for macOS, built using Tauri. It simplifies file drag-and-drop management, offering a temporary holding area for files or folders, making multitasking and file organization smoother across your desktop.

Features
- Temporary Holding Area: Hold and manage multiple files or folders in a convenient floating window.
- Drag and Drop Support: Drag files or folders into the Holdem window, and drag them out when needed.
- Customizable Window Positioning: Easily move and adjust the Holdem window anywhere on the screen.
Download
Installation
From Source
Make sure you have cargo (rust) and pnpm (nodejs) installed.
- Clone the repository:
git clone [email protected]:iamzubin/holdem.git - Navigate to the project directory:
cd holdem/app - Install dependencies:
pnpm install - Build and run the application:
pnpm tauri dev
Usage
- Launch Holdem.
- Shake your mouse like crazy while holding some files
- Drag files into the floating window that appears.
- Files will remain in the holding area until dragged out.
Features
- [x] Basic drag and drop.
- [x] Tray icon.
- [x] Global hotkey.
- [x] Auto start on startup.
- [ ] Drop data(images, text, etc) to the holding area.
- [ ] Multiple Shelfs.
Contributing
We welcome contributions! If you want to report a bug, request a feature, or submit a pull request, please open an issue or submit a PR.
License
Holdem is licensed under the MIT License.