nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

suggestion: add option to disable opening images from ripdrag #32

Closed Gitleptune closed 1 year ago

Gitleptune commented 1 year ago

Current behaviour is when you click an entry in the ripdrag window it will open the image, I think there should be an option to disable it (-n/--no-click for example) as:

  1. I don't think the function of this utility should be an image opener, you have file managers for that (lf, ranger etc) or image viewers such as nsxiv.
  2. If you are selecting selecting multiple items by CTRL clicking or SHIFT clicking it will open an image each time and that is just super annoying.
nik012003 commented 1 year ago

Thanks for reporting this, fixed the SHIFT click bug, and added --no-click in v0.4.4