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

Skip to content

jarusll/tokri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tokri icon

Tokri

A desktop basket to drag and drop text, URLs, images, and files.

  • Drag items out to move them
  • Hold Ctrl while dragging out to copy instead

Files

Images

Text & URLs

Download

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

Run the application under XWayland, as mouse activation gestures do not work on native Wayland for KDE specifically.

Building for Linux

Dependencies

  • qt6-base

Build

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

Acknowledgements

TODO

  • Spawn near cursor(Impossible on wayland it seems)
  • Offer drag with multiple formats
  • Free up gui thread from sending Image
  • Add items from clipboard
  • Accept clipboard contents
  • Search(is this even needed)?
  • Placeholder text and Image
  • Item count

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published