grip icon indicating copy to clipboard operation
grip copied to clipboard

Add server killing functionality

Open jakestrahm opened this issue 2 years ago • 2 comments

The ability to close all current grip servers from within grip e.g. grip --killall

jakestrahm avatar Mar 30 '22 13:03 jakestrahm

if you are on linux, you can use pkill -f grip

This article may help: https://stackoverflow.com/questions/8987037/how-to-kill-all-processes-with-a-given-partial-name

anhtumai avatar May 22 '23 20:05 anhtumai

if you are on linux, you can use pkill -f grip

Yes, but it would be nice if grip had built-in functionality that wrapped this.

HorridModz avatar Jul 24 '23 00:07 HorridModz