cmaureir / pykill

Simple wrapper around kill written in Python (under development)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pykill

Kill processes more "easily".

How?

Just a couple of subprocess call, and a couple of for-loop nothing outside this world.

Why?

I was tired of doing a:

ps aux | grep <pattern>
kill -9 <PID>

every time I wanted to kill some process, so I decided to write a simple script to do a:

pykill <pattern>
<input the number of the process (not pid) and enter>

Seriously...why?

Boredom?

About

Simple wrapper around kill written in Python (under development)


Languages

Language:Python 100.0%