I am new to PopClip and would like to create an extension for performing a “ping” to an IP address or hostname. I tried using a snipped but there are two questions I was not able to answer myself:
When I have a shell script action, the action is run in the background. How can I get the “ping” commend to run in a new window in the foreground?
Optional: I would like to test the input (selected) string to be a real formal IP address and only present the according extension icon if the string was suitable. Is that possible?