AppImageUpdate icon indicating copy to clipboard operation
AppImageUpdate copied to clipboard

Update multiple AppImages at once

Open parcelcat opened this issue 5 years ago • 3 comments

It would be great if AppImageUpdate were able to update multiple AppImages at once. The process of individually updating each AppImage becomes time-consuming when there are a large number of AppImages on the system. A bulk update interface would significantly improve user experience for heavy AppImage users.

parcelcat avatar Jan 23 '20 05:01 parcelcat

Yes. It would be good if one could select e.g., a directory in addition to selecting a file.

(That being said, I personally never just bulk update everything. I only ever update an app if I see a real need to do so. Others may have other habits, though.)

probonopd avatar Jan 26 '20 13:01 probonopd

Please explain what user experience you expect for the UI. Right now we'd need a sort of "list dialog" from which we spawn the single updates or so.

Or would CLI support be sufficient? We could easily implement batch support there, it's probably just running the existing code in a loop.

TheAssassin avatar Feb 18 '20 05:02 TheAssassin

Ideally, the following would work:

  • The user drags a bunch of AppImage files and/or folders that contain AppImages onto the AppImageUpdate icon, and they all will be updated (I know that unlike the Mac, Linux desktops typically can't handle this type of drag-and-drop well - but hey, one can dream...)
  • The user opens AppImageUpdate, and instead of selecting an AppImage file in the file open dialog, selects multiple AppImage files and/or folders that contain AppImages
  • The passes a bunch of AppImage files and/or folders that contain AppImages as arguments to the appimageupdatetool CLI tool

probonopd avatar Feb 27 '20 23:02 probonopd