pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
109 stars 46 forks source link

option to automatically get save datetime in image name #108

Open demarey opened 6 years ago

demarey commented 6 years ago

I use https://github.com/Pharophile/HOImageSaver and am looking into how to support that in the Launcher (like having a menu entry showing me all the datetime saves, so that I can pick one, because sometimes, Pharo freezes badly or I do something super silly, and going through the motions of copying the image is not really helping with the flow)

demarey commented 6 years ago

To be discussed with other people, but to me it could be added to the PharoLauncher. Your code is quite small and the functionality could be useful. I you want to experiment, you could subclass #PhLCopyImageCommand. With less than 10 lines of code, you should get what you want.

demarey commented 6 years ago

history of the discussion on #98