FrankBijnen / ExifToolGui

A GUI for ExifTool
GNU General Public License v3.0
233 stars 12 forks source link

Feature Request - Add shortcuts CTRL-C, CTRL-X and CTRL-V to Treeview. Allow copying directories. Improve refreshing #398

Closed emaynard closed 2 months ago

emaynard commented 2 months ago

Add the ability to drag and drop file(s) from the Filelist Tab to a different folder location in the Browse pane. Presumably to mimic the Windows file explorer actions, but my specific need is to Move the file.

Oh... and is there a place to Buy you a Coffee ?

FrankBijnen commented 2 months ago

@emaynard

Hi,

Right now you have 2 options to copy/move files. 1) Via shortcuts (Keyboard)

2) Via the Context-Menu (= RightClick in Filelist, or Folder)

Looking at the code as it is now, I see 2 things that I could improve.

Would it help you if I added that?

About the coffee. Very friendly of you! But I'm not accepting any money or gifts. Your appreciation is my reward.

Frank

FrankBijnen commented 2 months ago

Meanwhile I have taken the liberty to change the description of the feature request, to match the changes made.