Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jarusll/tokri

Repository files navigation

Tokri icon

Tokri

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

Images

Text & URLs

Files

Download

Windows

macOS

  • 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.app

Or allow it via: System Settings → Privacy & Security → Open Anyway

Linux

Note for Linux users

This application reads from /dev/input/* to detect mouse activation gestures. Add your user to the input group:

sudo usermod -aG input $USER

Log 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.

Building for Linux

Dependencies

  • qt6-base

Build

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks