marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
739 stars 15 forks source link

[Request] Prefill the file name when downloading a container's contents #840

Open A6GibKm opened 13 hours ago

A6GibKm commented 13 hours ago

When pressing the "Download Files (Ctrl-D)" button on a container then "Select Path..." the resulting file dialog won't contain a placeholder file name.

image

I would suggest something like $(container_name)-$(date) , e.g. debian-toolbox-12-2024-10-17.tar (is .tar even the right extension?).