joeyespo / grip

Preview GitHub README.md files locally before committing them.
MIT License
6.42k stars 422 forks source link

Add server killing functionality #361

Open jakestrahm opened 2 years ago

jakestrahm commented 2 years ago

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

anhtumai commented 1 year ago

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

HorridModz commented 11 months ago

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.