technicallyty / killport

kills the process running on your port (unixlike only)

Repository from Github https://github.comtechnicallyty/killportRepository from Github https://github.comtechnicallyty/killport

What do i do?

I kill processes running on a specified port.

How do i install u?

git clone github.com/technicallyty/killport
cd killport
cargo install --path .

How do i use this?

single port:

killport 9090

multiple ports:

killport 9090 9012 9321

About

kills the process running on your port (unixlike only)


Languages

Language:Rust 100.0%