Skip to content

A command-line interface for bash meant to make it much easier to find and kill processes occupying ports or files you need.

Notifications You must be signed in to change notification settings

josssch/murder-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Murder CLI

This is a simple CLI for killing processes on Linux.

Why?

This is for those programs running in the background that you'd otherwise have to hunt down and kill manually. This script is meant to assist you in murdering these types of processes for wasting your time digging through ps output.

Features

  • Kill processes by name
  • Kill processes by port with -p

Installation

Installs to your $HOME/.local/bin directory.

git clone https://github.com/xd009642/murder-cli.git
cd murder-cli
./install.sh

Usage

Usage: murder [-p] <PROGRAM_NAME | PORT>

Note

I do not use proper option parsing in this script.

Examples

Kill all processes that are listening on port 8080.

murder -p 8080

Kill all processes that have the word "nginx" in their name.

murder nginx

About

A command-line interface for bash meant to make it much easier to find and kill processes occupying ports or files you need.

Topics

Resources

Stars

Watchers

Forks

Languages