Davejkane / riv

Riv - The Rust Image Viewer
MIT License
99 stars 10 forks source link

Copy-to and Move-to #90

Open Davejkane opened 5 years ago

Davejkane commented 5 years ago

Goal

Rather than copy or move to the destination folder, it should be possible to copy or move to a specific destination as a one-off operation. Kind of like a Save As functionality in common gui programs. This should include setting the entire path including the filename.

Implementation