Skip to content

Efficiently search and kill processes and ports ⚔️

License

Notifications You must be signed in to change notification settings

Avivbens/alfred-kill-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred Kill Process


Latest Version Downloads Latest Version Total Downloads

"Buy Me A Coffee"

Description

Alfred workflow to kill a process by name, port, PID or path.

Fuzzy Search

We support fuzzy search 🥷

You can search with partial names, PIDs or paths - we will find the process for you ✨

Install via GitHub Releases ✨

repo_name="Avivbens/alfred-kill-process"
download_url=$(curl -s "https://api.github.com/repos/$repo_name/releases/latest" | grep "browser_download_url.*alfredworkflow" | cut -d '"' -f 4)

curl -fsSLk $download_url -o ~/Desktop/alfred-kill-process.alfredworkflow
open ~/Desktop/alfred-kill-process.alfredworkflow

Usage

  • ! keyword to kill a process by name, PID or path.
  • !! keyword to kill -9, same as above.
  • !!! keyword to search & kill by port.