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 on first launch.

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 activation gestures do not work on native Wayland (KDE-specific limitation).

Run the app under XWayland by disabling Wayland access:

  • Open Flatseal
  • Select the app
  • Remove the Wayland permission

This forces XWayland and restores gesture support.

Building for Linux

Dependencies

  • qt6-base

Build

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

Acknowledgements

TODO

  • Open url on double click
  • Publish on Flathub
  • [macOS]Hide Tokri from dock or Double click on dock should wakeup Tokri
  • Add items from clipboard
  • Placeholder text and Image
  • Item count

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks