sla80 / SmartSvgViewer

Free SVG image viewer for Windows, with Thumbnail Gallery and Transparency Grid.
https://sla80.github.io/SmartSvgViewer/
Microsoft Public License
24 stars 2 forks source link

File Operations on selected files #3

Open pepsakdoek opened 2 years ago

pepsakdoek commented 2 years ago

I'm loving that I can view a ton of SVG files at once, and select them, but currently I can't do anything with them. So delete/copy/move/mass rename might all be very useful features to have on a folder full of images.

sla80 commented 9 months ago

Hello @pepsakdoek!

Update 0.5.0.1685 has been released. Now, if you select multiple (!) images in the gallery (using Ctrl+Click or Shift+Click), and then Right-Click on any of them, then a Windows Explorer will open, with all these multiple SVG files selected. So you can perform actions on multiple files in Explorer - Copy, Cut, Delete. etc.

Also, maybe later it will be possible to do file operations in the application itself, but turning an application into a file manager is a more difficult task than it seems.