A desktop basket to drag and drop text, URLs, images, and files.
- Shake while dragging to open the basket and drop items inside.
- Drag items out to move them
- Hold Ctrl (Windows/Linux) or ⌘ Command (macOS) while dragging to copy
- Installer: TokriSetup.exe
- Portable (.zip): Tokri.zip
- DMG installer: Tokri.dmg
- Install via Homebrew:
brew tap jarusll/tap brew install --cask jarusll/tap/tokri
Note for macOS users
This app is unsigned, so macOS will block it.
To run it:
- Run in Terminal:
sudo /usr/bin/xattr -dr com.apple.quarantine /Applications/Tokri.appOr allow it via: System Settings → Privacy & Security → Open Anyway
- Flatpak bundle: Tokri.flatpak
Note for Linux users
This application reads from
/dev/input/*to detect mouse activation gestures. Add your user to theinputgroup:sudo usermod -aG input $USERLog out and log back in for the change to take effect.
Note for KDE users
Mouse shake activation does not work on KDE Wayland.
Run the app under XWayland by disabling Wayland access:
- Open Flatseal
- Select the app
- Remove the Wayland permission
This forces XWayland and restores mouse shake activation.
- qt6-base
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build- KDAB for their awesome Qt learning resources
- 🎨 Design by Akshay Majgaonkar