pharo-launcher icon indicating copy to clipboard operation
pharo-launcher copied to clipboard

Copy command takes a lot of time

Open jecisc opened this issue 4 years ago • 4 comments

jecisc avatar Feb 28 '20 09:02 jecisc

We should open an issue on pharo tracker for this.

demarey avatar Apr 07 '20 21:04 demarey

I have a project to act as a facade to OSSubProcess/LibC/OSWindowsSubProcess and it adds also some sugar to call some system commands.

If you are interested:

Windows: https://github.com/jecisc/SystemInteraction/blob/master/src/SystemInteraction/SIWindowsCommand.class.st#L45

Unix: https://github.com/jecisc/SystemInteraction/blob/master/src/SystemInteraction/SIUnixCommand.class.st#L23

GitHub
I am a project to simplify system interactions in Pharo - jecisc/SystemInteraction
GitHub
I am a project to simplify system interactions in Pharo - jecisc/SystemInteraction

jecisc avatar Apr 07 '20 21:04 jecisc

IMHO OSSubprocess should be general enough to manage Unix and Windows processes (not necessarily LibC). We should at some point integrate OSWindowsSubprocess into OSSubprocess, no?

guillep avatar Apr 08 '20 07:04 guillep

It is the long term solution indeed but it is not ready yet.

jecisc avatar Apr 08 '20 09:04 jecisc