https://github.com/dotpot/mprock
Mac Process Killer (mprock) - kill processes on mac os like a Human.
https://github.com/dotpot/mprock
Last synced: 7 months ago
JSON representation
Mac Process Killer (mprock) - kill processes on mac os like a Human.
- Host: GitHub
- URL: https://github.com/dotpot/mprock
- Owner: dotpot
- Created: 2012-08-29T14:48:12.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-29T14:48:24.000Z (almost 14 years ago)
- Last Synced: 2025-02-24T01:12:58.470Z (over 1 year ago)
- Language: Python
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MPROCK #
Mac Process Killer, kill processes by keyword like a Human.
_Written in pure Python_
## Motivation ##
how can you kill multiple processes at a time in mac os ? (It's not possible via ActivityMonitor)
## Usage ##
>>> sudo python mprock.py itunes
will kill all processes which has 'itunes' in it's name.
### Please feel free to improve it if you like :)
