Skip to content

O Easier Drop é um aplicativo leve e intuitivo que facilita a transferência de arquivos entre pastas no seu computador. Com suporte para macOS, ele permite que você simplesmente arraste e solte arquivos para movê-los ou copiá-los de forma rápida e eficiente.

License

Notifications You must be signed in to change notification settings

victorcmarinho/EasierDrop

Repository files navigation

Easier Drop Icon

Easier Drop

The missing drag-and-drop shelf for macOS.

🇺🇸 English | 🇧🇷 Português | 🇪🇸 Español

License: MIT Platform Dart Flutter

🚀 Why Easier Drop?

Ever felt the frustration of dragging a file only to realize the destination app is hidden behind three other windows?

Easier Drop is your native macOS productivity companion that ends the window-shuffling madness. It provides a temporary shelf—a floating zone where you can "stash" anything (files, images, text) from any app. Gather your pile, navigate freely, and drop everything at once when you're ready.

It's like a physical shelf for your digital workflow. Free, open-source, and natively fast.


✨ Power Features (v1.1.0)

📦 Collect Anywhere, Instantly

Drag from Finder, Safari, Photos, or even your code editor. Your files stay put until you're ready to move them.

Collecting Files Stash files from multiple sources into one organized stack.

🛠️ Multi-Window Magic

Need to keep separate piles for different projects? Open multiple Easier Drop windows anywhere on your screen.

Multi-Window Support Productivity doubled: manage different stacks for different tasks.

🤝 Native Shake-to-Select

Feeling the "shake"? Just shake your mouse while dragging a file to instantly spawn a new Easier Drop window exactly at your cursor.

Shake Gesture The most natural way to spawn a drop zone on the fly.

📋 Clipboard Integration

Already copied something? Just Cmd + V over the drop zone to add it to your shelf. Seamless integration with Finder and system clipboards.

Clipboard Integration Paste files directly into your workflow without redundant dragging.

💎 "Liquid Glass" Settings

A beautiful, translucent preferences window that respects your macOS theme with elegant blurs and fluid controls.

Settings UI Personalize your experience with a premium, native-feeling interface.

⚡️ Always on Top & Native Speed

Built with Flutter and native macOS hooks, Easier Drop is incredibly lightweight and stays visible above your work so it's always there when you need it.


🛠 Installation

Download App

Download Latest Release

Homebrew

You can also install via Homebrew:

brew tap victorcmarinho/easier-drop https://github.com/victorcmarinho/EasierDrop
brew install --cask easier-drop

Note: If the app fails to open with a "damaged" error (common with Homebrew installs of non-notarized apps), run this command in your terminal:

xattr -d com.apple.quarantine "/Applications/Easier Drop.app"

⌨️ Pro Shortcuts

  • Cmd + V: Paste copied files directly to the shelf.
  • Cmd + Backspace: Clear the entire shelf.
  • Cmd + C: Copy all shelf items back to the clipboard.
  • Cmd + Shift + C: Quickly share items via the macOS Share Menu.
  • Cmd + ,: Open Preferences.

🤝 Contributing

We love contributors!

  1. Fork the project.
  2. Create your feature branch.
  3. Submit a Pull Request.

📄 License

Distributed under the MIT License. See LICENSE for more information.


🛠️ Technical Overview

How it Works

Easier Drop is built as a macOS desktop application that leverages Flutter for the UI and native macOS APIs for system integration.

  • Drag & Drop Logic: Utilizes native platform channels and the desktop_multi_window package to manage multiple shelf instances.
  • State Management: Uses the Provider pattern to synchronize files across multiple windows in real-time.
  • Native Integration: Implements a custom MacOSShakeMonitor using native Swift hooks to detect the shake gesture during drags.
  • Persistence: File references are managed in memory for speed, with transient path validation to ensure data integrity.

Tech Stack

  • Framework: Flutter (macOS Desktop)
  • Language: Dart & Swift (for native hooks)
  • State Management: Provider
  • Local Analytics: Aptabase
  • UI Components: macos_ui for native look & feel

Getting Started

To run the project locally:

  1. Ensure you have the Flutter SDK installed.
  2. Clone the repository.
  3. Install dependencies:
    flutter pub get
  4. Create a .env file based on .env.example:
    cp .env.example .env
  5. Run the application:
    flutter run -d macos

Running Tests

We maintain high code quality with comprehensive unit tests. To execute the test suite:

flutter test

To check coverage:

flutter test --coverage
genhtml coverage/lcov.info -o coverage/html

Environment Variables

The project uses .env files for configuration:

  • APTABASE_APP_KEY: Your Aptabase telemetry key.
  • GITHUB_LATEST_RELEASE_URL: API endpoint for update checks.

❤️ Support the Project

If Easier Drop makes your life easier, consider supporting the developer!

About

O Easier Drop é um aplicativo leve e intuitivo que facilita a transferência de arquivos entre pastas no seu computador. Com suporte para macOS, ele permite que você simplesmente arraste e solte arquivos para movê-los ou copiá-los de forma rápida e eficiente.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published