Description
Currently, the kill-process URL scheme only takes in a PID. It would be nice to be able to kill a process via its Bundle ID instead.
Use Case
This would be useful in an automation script. Since I have the old version of StikDebug, I usually need to close and reopen it to make it work correctly.
Alternatives Considered
Allow querying a PID from a Bundle ID, which can then be fed into the process killing function.
Description
Currently, the kill-process URL scheme only takes in a PID. It would be nice to be able to kill a process via its Bundle ID instead.
Use Case
This would be useful in an automation script. Since I have the old version of StikDebug, I usually need to close and reopen it to make it work correctly.
Alternatives Considered
Allow querying a PID from a Bundle ID, which can then be fed into the process killing function.