8LWXpg / PowerToysRun-ProcessKiller

PowerToys Run Plugin to kill porcesses
MIT License
46 stars 3 forks source link

[Feature Request] Kill process by port number #10

Closed Cierra-Runis closed 1 month ago

Cierra-Runis commented 1 month ago

Description

Sometime we reopen a backend server but it doesn't release the port it used, can it be killed by the port it used?

Use case

As above.

8LWXpg commented 1 month ago

A process can take multiple ports, how to present that in title so that it's searchable in that case?

Cierra-Runis commented 1 month ago
kl --port 8080

1. Kill all process listening port 8080
2. ProcessName1 PID1
3. ProcessName2 PID2

Maybe like this.